: The AS issues an access token that contains or refers to these specific rich details.
: The unique identifier for the type of authorization (e.g., payment_initiation ). 45364545444 rar
However, based on the suffix , you are likely looking for the documentation for OAuth 2.0 Rich Authorization Requests (RAR) . This protocol allows OAuth clients to request fine-grained permissions beyond simple scopes, such as "transfer $500" rather than just "write access." : The AS issues an access token that
{ "authorization_details": [ { "type": "openid_credential", "format": "jwt_vc_json", "credential_definition": { "type": ["VerifiableCredential", "UniversityDegreeCredential"] } }, { "type": "payment_initiation", "actions": ["execute_payment"], "locations": ["https://bank.com"], "details": { "amount": 100.00, "currency": "USD" } } ] } Use code with caution. Copied to clipboard This protocol allows OAuth clients to request fine-grained
The purpose of this specification is to provide a way for clients to express detailed authorization requirements. This is particularly useful in financial services (Open Banking) and healthcare.
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.