do: adjust vikunja authurl marginally
This commit is contained in:
parent
57d45d9063
commit
7a0558640c
|
@ -49,13 +49,13 @@ data:
|
||||||
config.yml: |-
|
config.yml: |-
|
||||||
auth:
|
auth:
|
||||||
openid:
|
openid:
|
||||||
# https://vikunja.io/docs/config-options/#openid
|
# https://vikunja.io/docs/openid-example-configurations/
|
||||||
# Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312
|
# Example: https://kolaente.dev/vikunja/vikunja/src/branch/main/config.yml.sample#L313
|
||||||
enabled: true
|
enabled: true
|
||||||
redirecturl: "https://${vikunja_domain}/auth/openid/"
|
redirecturl: "https://${vikunja_domain}/auth/openid/"
|
||||||
providers:
|
providers:
|
||||||
- name: Stackspin
|
- name: Stackspin
|
||||||
authurl: "https://${hydra_domain}/"
|
authurl: "https://${hydra_domain}"
|
||||||
clientid: "${client_id}"
|
clientid: "${client_id}"
|
||||||
clientsecret: "${client_secret}"
|
clientsecret: "${client_secret}"
|
||||||
local:
|
local:
|
||||||
|
|
Loading…
Reference in New Issue