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"
|
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:
|
||||||
# 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}"
|
||||||
|
|
Loading…
Reference in New Issue