Id-token-encryption (Section)#
Path: /profiles/profile/settings/authorization-server/openid-connect/id-token-encryption
Enables the use of issuing encrypted ID tokens.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| key-management-algorithm | multi-value enumeration (RSA1_5, RSA-OAEP, RSA-OAEP-256, ECDH-ES, ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW) | optional | - | The whitelist of allowed key-management encryption algorithms. If nothing is selected, all are allowed. |
| content-encryption-algorithm | multi-value enumeration (A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM) | optional | - | The whitelist of allowed content encryption algorithms. If nothing is selected, all are allowed. |