added pass max age field (#3335)

fixes: #3257
This commit is contained in:
Erik Jan de Wit 2022-09-16 10:57:03 +02:00 committed by GitHub
parent 3287927797
commit 07ee44a682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -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?",

View file

@ -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",

View file

@ -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"