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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| encryption-key | leafref | required | The reference to encryption keystore containing encryption key | |
| content-encryption-algorithm | allowed-content-encryption-algorithms | required | The encryption algorithm used to encrypt the payload of the JWE token | |
| key-management-algorithm | allowed-asymmetric-key-management-algorithms | required | The encryption algorithm for encrypting the content encryption key.Only asymmetric algorithms are supported as of 6.5.0 |