Fetch-userinfo (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/oidc/fetch-userinfo
Fetch claims from the userinfo endpoint
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| strict-validation-when-signed | boolean | optional | true | Whether 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#
| Name | Type | Description |
|---|---|---|
| signed-or-encrypted-userinfo | OneOf | None |