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#

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

Subsections#

NameTypeDescription
signed-or-unsigned-payload OneOfNone

Was this helpful?