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