: Create a registry of authorization detail types your system supports.
: Publish these types in your OAuth server metadata so clients know what they can request. 4839005059204218ae8e0c51956c63d6.rar
: A string identifying the type of authorization (e.g., payment_initiation , account_information ). : Create a registry of authorization detail types
The string 4839005059204218ae8e0c51956c63d6.rar appears to be a filename referencing a specification within the OAuth framework. The "proper feature" you are likely looking to draft relates to draft-ietf-oauth-rar , which allows for fine-grained, parameterizable authorization requests beyond simple scopes. Feature Specification: Rich Authorization Requests (RAR) The string 4839005059204218ae8e0c51956c63d6
This feature enables clients to specify fine-grained authorization requirements, such as requesting access to specific bank accounts or certain transaction amounts, rather than using broad, pre-defined scopes. 1. Core Components
: Ensure that authorization_details are treated with the same (or higher) level of validation as standard scopes.
: A new JSON-based parameter used in authorization and token requests.