parent
3287927797
commit
07ee44a682
3 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
"discoveryEndpoint": "Import metadata from a remote IDP discovery descriptor.",
|
||||
"importConfig": "Import metadata from a downloaded IDP discovery descriptor.",
|
||||
"passLoginHint": "Pass login_hint to identity provider.",
|
||||
"passMaxAge": "Pass max_age to identity provider.",
|
||||
"passCurrentLocale": "Pass the current locale to the identity provider as a ui_locales parameter.",
|
||||
"logoutUrl": "End session endpoint to use to logout user from external IDP.",
|
||||
"backchannelLogout": "Does the external IDP support backchannel logout?",
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
"metadataOfDiscoveryEndpoint": "Metadata of the discovery endpoint",
|
||||
"authorizationUrl": "Authorization URL",
|
||||
"passLoginHint": "Pass login_hint",
|
||||
"passMaxAge": "Pass max_age",
|
||||
"passCurrentLocale": "Pass current locale",
|
||||
"tokenUrl": "Token URL",
|
||||
"logoutUrl": "Logout URL",
|
||||
|
|
|
@ -39,6 +39,7 @@ export const ExtendedNonDiscoverySettings = () => {
|
|||
>
|
||||
<Form isHorizontal>
|
||||
<SwitchField label="passLoginHint" field="config.loginHint" />
|
||||
<SwitchField label="passMaxAge" field="config.passMaxAge" />
|
||||
<SwitchField label="passCurrentLocale" field="config.uiLocales" />
|
||||
<SwitchField
|
||||
field="config.backchannelSupported"
|
||||
|
|
Loading…
Reference in a new issue