diff --git a/docs/content/doc/setup/openid.md b/docs/content/doc/setup/openid.md index 7e257996f9..21d9e58f42 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