parent
394c5fd81b
commit
9c82353f37
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ export const RealmSettingsGeneralTab = ({
|
||||||
<StackItem>
|
<StackItem>
|
||||||
<FormattedLink
|
<FormattedLink
|
||||||
href={`${baseUrl}realms/${realmName}/.well-known/openid-configuration`}
|
href={`${baseUrl}realms/${realmName}/.well-known/openid-configuration`}
|
||||||
title={t("openEndpointConfiguration")}
|
title={t("openIDEndpointConfiguration")}
|
||||||
/>
|
/>
|
||||||
</StackItem>
|
</StackItem>
|
||||||
<StackItem>
|
<StackItem>
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
},
|
},
|
||||||
"userManagedAccess": "User-managed access",
|
"userManagedAccess": "User-managed access",
|
||||||
"endpoints": "Endpoints",
|
"endpoints": "Endpoints",
|
||||||
"openEndpointConfiguration": "Open Endpoint Configuration",
|
"openIDEndpointConfiguration": "OpenID Endpoint Configuration",
|
||||||
"samlIdentityProviderMetadata": "SAML 2.0 Identity Provider Metadata",
|
"samlIdentityProviderMetadata": "SAML 2.0 Identity Provider Metadata",
|
||||||
"loginTheme": "Login theme",
|
"loginTheme": "Login theme",
|
||||||
"accountTheme": "Account theme",
|
"accountTheme": "Account theme",
|
||||||
|
|
Loading…
Reference in a new issue