diff --git a/config.yml.sample b/config.yml.sample index 5d782d60e..30b8cab58 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -315,6 +315,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: