Skip to content
Snippets Groups Projects
Commit bcfe98fd authored by xeruf's avatar xeruf
Browse files

apps: reenable redirectUris

parent 4171b498
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment