File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
server/modules/authentication/keycloak Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments