Encrypted-id-token (Section)#

Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/oidc/encrypted-id-token

ID Token is expected to be encrypted

Parameters#

NameTypeRequiredDefaultDescription
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

Was this helpful?