Encrypted (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/oidc/fetch-userinfo/encrypted
Settings for decrypting an encrypted userinfo response
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| decryption-key | leafref | required | A reference to a Decryption Keystore with a key | |
| allowed-algorithms | multi-value, allowed-key-management-algorithms | optional | Key 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-algorithms | multi-value, allowed-content-encryption-algorithms | optional | Content Encryption Algorithm - the algorithm used to obtain the content, and present in the ‘enc’ JWE header If empty, any supported algorithm is allowed |
Subsections#
| Name | Type | Description |
|---|---|---|
| signed-or-unsigned-payload | OneOf | None |