vikunja: test different provider name
This commit is contained in:
parent
8ca67187f5
commit
f05ee36259
|
@ -17,5 +17,5 @@ spec:
|
|||
scope: "openid profile email stackspin_roles"
|
||||
secretName: stackspin-vikunja-oauth-variables
|
||||
redirectUris:
|
||||
- https://do.${domain}/auth/openid/
|
||||
- https://do.${domain}/auth/openid/stackspin
|
||||
tokenEndpointAuthMethod: client_secret_post
|
||||
|
|
|
@ -16,7 +16,7 @@ data:
|
|||
# Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312
|
||||
enabled: true
|
||||
providers:
|
||||
- name: Stackspin
|
||||
- name: StackspinSSO
|
||||
authurl: "https://sso.${domain}/"
|
||||
clientid: "${client_id}"
|
||||
clientsecret: "${client_secret}"
|
||||
|
|
Loading…
Reference in New Issue