apps/do/vikunja-extra/vikunja-oauth-client: fix redirecturi
This commit is contained in:
parent
0f6febb42b
commit
4e01bf3548
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ spec:
|
||||||
scope: "openid profile email name"
|
scope: "openid profile email name"
|
||||||
secretName: stackspin-vikunja-extra-oauth-variables
|
secretName: stackspin-vikunja-extra-oauth-variables
|
||||||
redirectUris:
|
redirectUris:
|
||||||
- https://{vikunja_extra_domain}/auth/openid/stackspin
|
- https://${vikunja_extra_domain}/auth/openid/stackspin
|
||||||
tokenEndpointAuthMethod: client_secret_post
|
tokenEndpointAuthMethod: client_secret_post
|
||||||
|
|
Loading…
Add table
Reference in a new issue