User-authentication (Section)#

Path: /profiles/profile/settings/authorization-server/client-store/config-backed/client/user-authentication

Parameters#

NameTypeRequiredDefaultDescription
allowed-authenticatorsmulti-value leafref → /base:profiles/base:profile[base:id=current()/../../../../../authentication-service/authentication-profile]/base:settings/auth:authentication-service/auth:authenticators/auth:authenticator/auth:idoptional-The list of allowed authenticators for this client
authenticator-filtersmulti-value leafref → /base:profiles/base:profile[base:id=current()/../../../../../authentication-service/authentication-profile]/base:settings/auth:authentication-service/auth:authenticator-filters/auth:authenticator-filter/auth:idoptional-The list of authenticator-filters for this client
required-claimsmulti-value stringoptional-A list of named claims that must be required by the authenticator when authenticating the user.
context-infostringoptionalInformation that will be displayed to the user when authenticating the client
template-areastring (length: 1..9223372036854775807)optional-Select an optional Template Area or Theme to apply to this Client. If they have the same name, both will be applied.
force-authnbooleanoptional-Optional default setting whether user authentication is forced at all times.
freshnessuint32optional-Optional maximum age in seconds after which re-authentication must take place.
localestring (length: 1..9223372036854775807)optional-Optional override for default locale.
frontchannel-logout-uristringoptional-Optional uri of the client that is called upon user logout when attempting front channel logout. Requires OpenId Connect to be enabled.
backchannel-logout-uristringoptional-Optional uri of the client that is called upon user logout when attempting back channel logout. Requires OpenId Connect to be enabled.
http-clientleafref → /base:facilities/base:http/base:client/base:idoptional-The HTTP client that will be used when delivering the logout token to the backchannel logout uri
allowed-post-logout-redirect-urismulti-value stringoptional-The optional list of URIs that is allowed for the client to use as post logout redirect uri. Requires OpenId Connect to be enabled.

Subsections#

NameTypeDescription
ui-experience Section(experimental) Configure which UI experience to use. Defaults to the UI experience configured for the system. This can be overridden for specific client applications in the related profiles.

Was this helpful?