apps/status: fix oidc redirect url
This commit is contained in:
parent
aead6052f4
commit
d353d5d24d
|
@ -5,7 +5,6 @@ metadata:
|
|||
# Has to live in the same namespace as the stackspin-gatus-oauth-variables secret
|
||||
namespace: flux-system
|
||||
spec:
|
||||
# TODO copied from wekan: https://github.com/wekan/wekan/wiki/Keycloak
|
||||
grantTypes:
|
||||
- authorization_code
|
||||
- refresh_token
|
||||
|
@ -16,6 +15,6 @@ spec:
|
|||
- code
|
||||
scope: "openid profile email stackspin_roles"
|
||||
secretName: stackspin-gatus-oauth-variables
|
||||
#redirectUris:
|
||||
# - https://${gatus_domain}/oauth/openid/
|
||||
redirectUris:
|
||||
- "https://${gatus_domain}/authorization-code/callback"
|
||||
#tokenEndpointAuthMethod: client_secret_post
|
||||
|
|
Loading…
Reference in New Issue