vikunja: test different provider name

This commit is contained in:
xeruf 2022-06-30 08:52:14 +01:00
parent 8ca67187f5
commit f05ee36259
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}"