|
|
|
@ -35,17 +35,17 @@ props:
|
|
|
|
authorizationURL:
|
|
|
|
authorizationURL:
|
|
|
|
type: String
|
|
|
|
type: String
|
|
|
|
title: Authorization Endpoint URL
|
|
|
|
title: Authorization Endpoint URL
|
|
|
|
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/auth
|
|
|
|
hint: e.g. https://KEYCLOAK-HOST/realms/YOUR-REALM/protocol/openid-connect/auth
|
|
|
|
order: 5
|
|
|
|
order: 5
|
|
|
|
tokenURL:
|
|
|
|
tokenURL:
|
|
|
|
type: String
|
|
|
|
type: String
|
|
|
|
title: Token Endpoint URL
|
|
|
|
title: Token Endpoint URL
|
|
|
|
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/token
|
|
|
|
hint: e.g. https://KEYCLOAK-HOST/realms/YOUR-REALM/protocol/openid-connect/token
|
|
|
|
order: 6
|
|
|
|
order: 6
|
|
|
|
userInfoURL:
|
|
|
|
userInfoURL:
|
|
|
|
type: String
|
|
|
|
type: String
|
|
|
|
title: User Info Endpoint URL
|
|
|
|
title: User Info Endpoint URL
|
|
|
|
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/userinfo
|
|
|
|
hint: e.g. https://KEYCLOAK-HOST/realms/YOUR-REALM/protocol/openid-connect/userinfo
|
|
|
|
order: 7
|
|
|
|
order: 7
|
|
|
|
logoutUpstream:
|
|
|
|
logoutUpstream:
|
|
|
|
type: Boolean
|
|
|
|
type: Boolean
|
|
|
|
@ -55,7 +55,7 @@ props:
|
|
|
|
logoutURL:
|
|
|
|
logoutURL:
|
|
|
|
type: String
|
|
|
|
type: String
|
|
|
|
title: Logout Endpoint URL
|
|
|
|
title: Logout Endpoint URL
|
|
|
|
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/logout
|
|
|
|
hint: e.g. https://KEYCLOAK-HOST/realms/YOUR-REALM/protocol/openid-connect/logout
|
|
|
|
order: 9
|
|
|
|
order: 9
|
|
|
|
logoutUpstreamRedirectLegacy:
|
|
|
|
logoutUpstreamRedirectLegacy:
|
|
|
|
type: Boolean
|
|
|
|
type: Boolean
|
|
|
|
|