Id-token-encryption (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/id-token-encryption

Enable Id token encryption as per JWE specification

Parameters#

NameTypeRequiredDefaultDescription
encryption-keyleafrefrequiredThe reference to encryption keystore containing encryption key
content-encryption-algorithmallowed-content-encryption-algorithmsrequiredThe encryption algorithm used to encrypt the payload of the JWE token
key-management-algorithmallowed-asymmetric-key-management-algorithmsrequiredThe encryption algorithm for encrypting the content encryption key.Only asymmetric algorithms are supported as of 6.5.0

Was this helpful?