From f72b652b2443328cd41611a71e9e69e75eba055d Mon Sep 17 00:00:00 2001 From: Sem <86064734+justSem@users.noreply.github.com> Date: Thu, 16 Dec 2021 14:23:00 +0100 Subject: [PATCH] website/integrations: Updated bookstack integration docs page (#1942) In some cases one might need to define the full SAML property to enable proper group sync. (see: https://github.com/BookStackApp/BookStack/issues/3109 ) --- website/integrations/services/bookstack/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/integrations/services/bookstack/index.md b/website/integrations/services/bookstack/index.md index e6466df04..be0923836 100644 --- a/website/integrations/services/bookstack/index.md +++ b/website/integrations/services/bookstack/index.md @@ -101,3 +101,9 @@ BookStack will attempt to match the SAML user to an existing BookStack user base :::note SAML Group Sync is supported by Bookstack. Review the BookStack documentation on the required Environment variables. https://www.bookstackapp.com/docs/admin/saml2-auth/ ::: + +:::note +In some cases you might need to define the full SAML property name. +i.e.: `SAML2_GROUP_ATTRIBUTE="http://schemas.xmlsoap.org/claims/Group"` +See https://github.com/BookStackApp/BookStack/issues/3109 for more details. +:::