Home
/
Configuration Reference
/
Profiles
/
Profile
/
Settings
/
Authorization Server
/
Client Store
/
Config Backed
/
Client
/
User-authentication
Last updated May 4, 2026
Copy URL User-authentication (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/user-authentication
Parameters#
Name Type Required Default Description allowed-authenticators multi-value, leafrefoptional The list of allowed authenticators for this client authenticator-filters multi-value, leafrefoptional The list of authenticator-filters for this client required-claims multi-value, stringoptional A list of named claims that must be required by the authenticator when authenticating the user. context-info stringoptional “ Information that will be displayed to the user when authenticating the client force-authn booleanoptional Optional default setting whether user authentication is forced at all times. freshness uint32optional Optional maximum age in seconds after which re-authentication must take place. locale non-empty-stringoptional Optional override for default locale. frontchannel-logout-uri urioptional Optional uri of the client that is called upon user logout when attempting front channel logout. Requires OpenId Connect to be enabled. backchannel-logout-uri urioptional Optional uri of the client that is called upon user logout when attempting back channel logout. Requires OpenId Connect to be enabled. http-client leafrefoptional The HTTP client that will be used when delivering the logout token to the backchannel logout uri allowed-post-logout-redirect-uris multi-value, urioptional The optional list of URIs that is allowed for the client to use as post logout redirect uri. Requires OpenId Connect to be enabled. template-area non-empty-stringoptional
Subsections#
Name Type Description 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.