Openid-connect (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/openid-connect

Parameters#

NameTypeRequiredDefaultDescription
id-token-ttltoken-time-to-liveoptional3600The number of seconds an id token will be valid. Can be overruled by individual client configuration.
passthrough-unscoped-claimsbooleanoptionalfalseWhen set, any claim that is not defined by the OpenID Connect specification, but is added by a procedure, is not removed by scope filtering.

Subsections#

NameTypeDescription
expose-metadata SectionThis section specifies what metadata is exposed on the OpenID Connect discovery endpoint for this profile.
require-pairwise-subject-identifiers SectionSet when clients on this profile must always be issued pairwise pseudonyms for authenticated subjects
id-token-encryption SectionEnables the use of issuing encrypted ID tokens.

Was this helpful?