Support the authorization_details parameter in JSON format within authorization requests.
The Authorization Server (AS) will advertise support for RAR by including the authorization_details_supported parameter in its metadata. ba82c50cb563440aa6e033806d742fa3.rar
Based on the reference to "OAuth 2.0 Rich Authorization Requests" (RAR) found in the search results, ba82c50cb563440aa6e033806d742fa3.rar
The system must support using authorization_details alongside the standard scope parameter to allow for incremental migration. 3. User Experience (Consent) ba82c50cb563440aa6e033806d742fa3.rar
Feature: Enhanced Transaction Authorization (RAR Implementation)
Implement robust validation of authorization details to prevent tampering, as these requests pass through the user agent.
The resulting access tokens will be bound to the authorized details. 5. Integration (RS/API)