apps: reenable redirectUris
This commit is contained in:
parent
4171b498bd
commit
bcfe98fd6b
|
@ -18,4 +18,4 @@ spec:
|
||||||
secretName: stackspin-gitea-oauth-variables
|
secretName: stackspin-gitea-oauth-variables
|
||||||
#redirectUris:
|
#redirectUris:
|
||||||
# - https://dev.${domain}/oauth/openid/
|
# - https://dev.${domain}/oauth/openid/
|
||||||
#tokenEndpointAuthMethod: client_secret_post
|
tokenEndpointAuthMethod: client_secret_post
|
||||||
|
|
|
@ -16,6 +16,6 @@ spec:
|
||||||
- code
|
- code
|
||||||
scope: "openid profile email stackspin_roles"
|
scope: "openid profile email stackspin_roles"
|
||||||
secretName: stackspin-vikunja-oauth-variables
|
secretName: stackspin-vikunja-oauth-variables
|
||||||
#redirectUris:
|
redirectUris:
|
||||||
# - https://do.${domain}/oauth/openid/
|
- https://do.${domain}/oauth/openid/
|
||||||
#tokenEndpointAuthMethod: client_secret_post
|
tokenEndpointAuthMethod: client_secret_post
|
||||||
|
|
Loading…
Reference in New Issue