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 fecb49031e
commit cf37c03cb5

View File

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