You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The oauth client and server metadata indicate what combination of parameters/operations are supported by the client/server. We often don't confirm that the other party actually supports what we are presenting.
Below is a list of parameters for AuthorizationServerMetadata that are never read for options that we do use.
Issuer (should match the party we assume we fetched the metadata from)
ResponseModesSupported
ResponseTypesSupported
GrantTypesSupported
PresentationDefinitionUriSupported (not even set)
VPFormatsSupported
RequestObjectSigningAlgValuesSupported
Parameters that are read might not be used everywhere they should.
The same probably goes for the OAuthClientMetadata.
The text was updated successfully, but these errors were encountered:
The oauth client and server metadata indicate what combination of parameters/operations are supported by the client/server. We often don't confirm that the other party actually supports what we are presenting.
Below is a list of parameters for
AuthorizationServerMetadata
that are never read for options that we do use.Issuer
(should match the party we assume we fetched the metadata from)ResponseModesSupported
ResponseTypesSupported
GrantTypesSupported
PresentationDefinitionUriSupported
(not even set)VPFormatsSupported
RequestObjectSigningAlgValuesSupported
Parameters that are read might not be used everywhere they should.
The same probably goes for the
OAuthClientMetadata
.The text was updated successfully, but these errors were encountered: