oauth_jwt_secured_authorization_response_mode.rdoc

doc/oauth_jwt_secured_authorization_response_mode.rdoc
Last Update: 2024-04-05 12:58:59 +0000

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, 5 minutes by default.

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, :authorization_signed_response_alg by default.

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, :authorization_encrypted_response_alg by default.

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_encrypted_response_enc by default.

authorization_signing_alg_values_supported

Supported JWS algorithms for signing authorization response mode JWT tokens.

authorization_encryption_alg_values_supported

Supported JWE algorithms for authorization response mode JWT tokens.

authorization_encryption_enc_values_supported

Supported JWE encryption methods for authorization response mode JWT tokens.