Authorization Server
OK
Invalid request / Too many requests
A unique identifier for the client
Inform the authorization server of the desired grant type. MUST be code, which is used to initiate the authorization code flow
Scope of the access request. Can be used to communicate credential template(s) to be issued.
The URI to which the authorization server will redirect the user-agent with the authorization code after the authorization is completed
Code challenge generated by the client's code verifier. MUST be used with code_challenge_method
The method used to dervice the code challenge. MUST be S256
Issuer state as provided in the credential offer claim grants.authorization_code.issuer_state. Required if the offer contained issuer_state.
Reference to the request object as returned by the Pushed Authorization Request (PAR) endpoint
Serialized array of authorization details object defined in Section 2 of [RFC9396] used to convey the details about the Credentials the Wallet wants to obtain
Custom reference to the IDP that will be used for bridge interaction
Custom parameter to allow account based claims to be passed between bridge components. It is a comma separated list of claim names.
Redirect to Authentication page.
In case of error, response redirects to the URI provided via redirect_uri paramter with error and error_description properties.
Possible error values:
- invalid_request
- invalid_grant
- invalid_scope
- invalid_client
- unauthorized_client
- unsupported_grant_type
- server_error
- temporary_unavailable
Request is invalid and redirect_uri property was not provided
Internal Server Error. Unexpected error occurred.
No content
A unique identifier for the client
Inform the authorization server of the desired grant type. MUST be code, which is used to initiate the authorization code flow
Scope of the access request. Can be used to communicate credential template(s) to be issued.
The URI to which the authorization server will redirect the user-agent with the authorization code after the authorization is completed
Code challenge generated by the client's code verifier. MUST be used with code_challenge_method
The method used to dervice the code challenge. MUST be S256
Issuer state as provided in the credential offer claim grants.authorization_code.issuer_state. Required if the offer contained issuer_state.
Custom reference to the IDP that will be used for bridge interaction
Custom parameter to allow account based claims to be passed between bridge components. It is a comma separated list of claim names.
Redirect URI that can be used in the /authorize endpoint
The request could not be processed due to invalid input. Refer to the detailed error codes and descriptions for more information.
The type of grant being requested.
The pre-authorized code from the credential offer. Required when grant_type is urn:ietf:params:oauth:grant-type:pre-authorized_code.
Transaction code. Required if a tx_code object was present in the credential offer. The transaction code itself should be sent via a separate channel.
Authorization code. Required when grant_type is authorization_code.
Required when grant_type is authorization_code.
PKCE code verifier. Used with authorization_code grant type.
Client identifier. Optional for pre-authorized code flow when client authentication is not required.
Client secret for client_secret_post authentication.
Client assertion JWT for private_key_jwt authentication.
Type of client assertion.
OK
The access token issued by the authorization server.
The type of the token issued.
DPoPThe lifetime in seconds of the access token.
3600Invalid request / grant / scope or unsupported grant type or invalid scope or authorization is pending
Last updated