WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8b358fc

Browse files
authored
fix: Update keycloak authentication definition hints (#7809)
Update keycloak authentication definition to match endpoints recommended by keycloak at https://www.keycloak.org/securing-apps/oidc-layers
1 parent 326974c commit 8b358fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server/modules/authentication/keycloak/definition.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ props:
3535
authorizationURL:
3636
type: String
3737
title: Authorization Endpoint URL
38-
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/auth
38+
hint: e.g. https://KEYCLOAK-HOST/realms/YOUR-REALM/protocol/openid-connect/auth
3939
order: 5
4040
tokenURL:
4141
type: String
4242
title: Token Endpoint URL
43-
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/token
43+
hint: e.g. https://KEYCLOAK-HOST/realms/YOUR-REALM/protocol/openid-connect/token
4444
order: 6
4545
userInfoURL:
4646
type: String
4747
title: User Info Endpoint URL
48-
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/userinfo
48+
hint: e.g. https://KEYCLOAK-HOST/realms/YOUR-REALM/protocol/openid-connect/userinfo
4949
order: 7
5050
logoutUpstream:
5151
type: Boolean
@@ -55,7 +55,7 @@ props:
5555
logoutURL:
5656
type: String
5757
title: Logout Endpoint URL
58-
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/logout
58+
hint: e.g. https://KEYCLOAK-HOST/realms/YOUR-REALM/protocol/openid-connect/logout
5959
order: 9
6060
logoutUpstreamRedirectLegacy:
6161
type: Boolean

0 commit comments

Comments
 (0)