From 0b52a6b5915af9a80ac8076a3d6c534c5ff6ec29 Mon Sep 17 00:00:00 2001 From: viehlieb Date: Mon, 8 May 2023 15:42:02 +0200 Subject: [PATCH] work on instructions for openid.md --- pkg/modules/auth/openid/openid.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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