Fetch-userinfo (Section)#

Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/oidc/fetch-userinfo

Fetch claims from the userinfo endpoint

Parameters#

NameTypeRequiredDefaultDescription
strict-validation-when-signedbooleanoptionaltrueWhether to validate signed (and signed then encrypted) userinfo responses strictly as defined by OpenID Connect, namely requiring the issuer (iss) and audience (aud) claims. Defaults to true. This setting should only by used to adapt to misbehaving OpenID servers.

Subsections#

NameTypeDescription
signed-or-encrypted-userinfo OneOfNone

Was this helpful?