diff --git a/pkg/modules/auth/openid/openid.md b/pkg/modules/auth/openid/openid.md index c63a89c22..f8e7a7c8b 100644 --- a/pkg/modules/auth/openid/openid.md +++ b/pkg/modules/auth/openid/openid.md @@ -1,8 +1,10 @@ # Assign teams via oidc -This PR adds the functionality to assign users to teams via oidc. +Adds the functionality to assign users to teams via oidc. Read carefully and brief your administrators to use this feature. +You need to configure your oidc provider as explained in the documentation below to make this feature work. Tested with oidc provider authentik. -To distinguish between teams created in vikunja and teams generated via oidc, an attribute for vikunja teams is introduced, which is called: *oidcID* +To distinguish between teams created in vikunja and teams generated via oidc, a string attribute for vikunja teams is introduced, which is called: *oidcID* +You should conigure your provider to send an oidcID to vikunja. ## Setup