Update tooltip for post logout redirect uri (#3777)
This commit is contained in:
parent
e6c415628f
commit
ae94205800
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"oidcCibaGrant": "This enables support for OIDC CIBA Grant, which means that the user is authenticated via some external authentication device instead of the user's browser.",
|
||||
"rootURL": "Root URL appended to relative URLs",
|
||||
"validRedirectURIs": "Valid URI pattern a browser can redirect to after a successful login. Simple wildcards are allowed such as 'http://example.com/*'. Relative path can be specified too such as /my/relative/path/*. Relative paths are relative to the client root URL, or if none is specified the auth server root URL is used. For SAML, you must set valid URI patterns if you are relying on the consumer service URL embedded with the login request.",
|
||||
"validPostLogoutRedirectURIs": "Valid URI pattern a browser can redirect to after a successful logout. A value of '+' will use the list of valid redirect uris. Simple wildcards are allowed such as 'http://example.com/*'. Relative path can be specified too such as /my/relative/path/*. Relative paths are relative to the client root URL, or if none is specified the auth server root URL is used. For SAML, you must set valid URI patterns if you are relying on the consumer service URL embedded with the login request.",
|
||||
"validPostLogoutRedirectURIs": "Valid URI pattern a browser can redirect to after a successful logout. A value of '+' or an empty field will use the list of valid redirect uris. A value of '-' will not allow any post logout redirect uris. Simple wildcards are allowed such as 'http://example.com/*'. Relative path can be specified too such as /my/relative/path/*. Relative paths are relative to the client root URL, or if none is specified the auth server root URL is used.",
|
||||
"nameIdFormat": "The name ID format to use for the subject.",
|
||||
"alwaysDisplayInConsole": "Always list this client in the Account Console, even if the user does not have an active session.",
|
||||
"forceNameIdFormat": "Ignore requested NameID subject format and use admin console configured one.",
|
||||
|
|
Loading…
Reference in a new issue