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 6418e216c7
commit f2208491e7
1 changed files with 4 additions and 0 deletions

View File

@ -307,6 +307,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: