work on docs

This commit is contained in:
viehlieb 2024-02-23 14:56:56 +01:00 committed by kolaente
parent 4771e7f05a
commit 914bcfabbc
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -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