Documentation for OAuth JWT Secured Authorization Response Mode feature¶ ↑
The oauth_jwt_secured_authorization_response_mode
feature implements support for the JWT-Secured Authorization Response Mode (JARM)
openid.net/specs/openid-financial-api-jarm.html
This feature depends on the oauth_authorize_base and oauth_jwt_base features.
Value Methods¶ ↑
oauth_authorization_response_mode_expires_in |
The number of seconds an authorization response mode JWT remains valid, |
oauth_applications_authorization_signed_response_alg_column |
db column where to store the signing algorithm used for the authorization response mode JWT for a oauth application, |
oauth_applications_authorization_encrypted_response_alg_column |
db column where to store the encryption algorithm for the authorization response mode JWT for a oauth application, |
oauth_applications_authorization_encrypted_response_enc_column |
db column where to store the encryption method used for the authorization response mode JWT for a oauth application, |
authorization_signing_alg_values_supported |
Supported JWS algorithms for signing authorization response mode JWT tokens. |
authorization_encryption_alg_values_supported |
Supported |
authorization_encryption_enc_values_supported |
Supported |