Encrypted-jwt (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/request-object/encrypted-jwt

The request object JWT must be encrypted and signed

Parameters#

NameTypeRequiredDefaultDescription
front-channel-onlybooleanoptionalfalseWhether encrypted request objects should only be required for front-channel requests to the authorization endpoint. When enabled, request objects must be encrypted for front-channel requests, and may or may not be encrypted for back-channel requests. When disabled, request objects must always be encrypted.
decryption-keyleafrefrequiredA reference to a Decryption Keystore with a key
allowed-algorithmsmulti-value, allowed-key-management-algorithmsoptionalKey Management Algorithm - the algorithm used to obtain the Content Encryption Key, and present in the ‘alg’ JWE header. If empty, any supported algorithm is allowed.
allowed-content-encryption-algorithmsmulti-value, allowed-content-encryption-algorithmsoptionalContent Encryption Algorithm - the algorithm used to obtain the content, and present in the ‘enc’ JWE header If empty, any supported algorithm is allowed
include-x5t-in-jwksbooleanoptionaltrueIndicate whether to include the certificate thumbprint (‘x5t’) in the JWKS endpoint
include-x5c-in-jwksbooleanoptionalfalseIndicate whether to include the certificate (‘x5c’) in the JWKS endpoint

Was this helpful?