add config.yml.sample for seting up vikunja_scope and group assignment feature

This commit is contained in:
viehlieb 2023-02-01 16:35:27 +01:00
parent 2eb0bb9c14
commit 1b191c36e4
1 changed files with 4 additions and 0 deletions

View File

@ -303,6 +303,10 @@ auth:
clientid:
# The client secret used to authenticate Vikunja at the OpenID Connect provider.
clientsecret:
# The scope necessary to use oidc.
# If you want to use the Feature to create and assign to vikunja teams via oidc, you have to add the custom "vikunja_scope".
# e.g. scope: openid email profile vikunja_scope
scope: openid email profile
# Prometheus metrics endpoint
metrics: