From 1b191c36e4716f8f68181ca5ea12ec49f834767c Mon Sep 17 00:00:00 2001 From: viehlieb Date: Wed, 1 Feb 2023 16:35:27 +0100 Subject: [PATCH] add config.yml.sample for seting up vikunja_scope and group assignment feature --- config.yml.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yml.sample b/config.yml.sample index 6b3225b94..209a29d33 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -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: