From 5f521c0982aa220b687c915cd8b02a01d3c696ab Mon Sep 17 00:00:00 2001 From: viehlieb Date: Fri, 23 Feb 2024 14:56:56 +0100 Subject: [PATCH] work on docs --- docs/content/doc/setup/openid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/doc/setup/openid.md b/docs/content/doc/setup/openid.md index 7e257996f..21d9e58f4 100644 --- a/docs/content/doc/setup/openid.md +++ b/docs/content/doc/setup/openid.md @@ -14,9 +14,9 @@ Teams which exist only because they were created from oidc attributes are not ed To distinguish between teams created in Vikunja and teams generated automatically via oidc, generated teams have an `oidcID` assigned internally. -You need to make sure the OpenID provider has the `vikunja_groups` scope via your custom scope since this is the key, which is looked up by Vikunja to start the procedure. +You need to make sure the OpenID provider offers a `vikunja_groups` key through your custom scope. This is the key, which is looked up by Vikunja to start the procedure. -Additionally, make sure to deliver an `oidcID` and a `name` attribute in the oidc token. +Additionally, make sure to deliver an `oidcID` and a `name` attribute within the `vikunja_groups`. You can see how to set this up, if you continue reading. ### Setup in Authentik