Better input hint for discovery URL for Keycloak IdP (#31342)
Closes #31341 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
2e3122d0cb
commit
25da859d18
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export const DiscoveryEndpointField = ({
|
|||
type="url"
|
||||
placeholder={
|
||||
id === "oidc"
|
||||
? "https://hostname/auth/realms/master/.well-known/openid-configuration"
|
||||
? "https://hostname/realms/master/.well-known/openid-configuration"
|
||||
: ""
|
||||
}
|
||||
validated={
|
||||
|
|
Loading…
Reference in a new issue