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

vikunja: test different provider name

parent 8ca67187
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,5 @@ spec: ...@@ -17,5 +17,5 @@ spec:
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}/auth/openid/ - https://do.${domain}/auth/openid/stackspin
tokenEndpointAuthMethod: client_secret_post tokenEndpointAuthMethod: client_secret_post
...@@ -16,7 +16,7 @@ data: ...@@ -16,7 +16,7 @@ data:
# Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312 # Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312
enabled: true enabled: true
providers: providers:
- name: Stackspin - name: StackspinSSO
authurl: "https://sso.${domain}/" authurl: "https://sso.${domain}/"
clientid: "${client_id}" clientid: "${client_id}"
clientsecret: "${client_secret}" clientsecret: "${client_secret}"
......
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