From 6582b849e0b8f0a2479777c256ece41a95335a8f Mon Sep 17 00:00:00 2001 From: Simplychee Date: Sat, 25 Nov 2023 19:34:42 +0200 Subject: [PATCH 1/3] updates --- .../admin/sso/google-workspace-sso.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/user-guide/admin/sso/google-workspace-sso.md b/docs/user-guide/admin/sso/google-workspace-sso.md index ebdf4afe..291fc1dd 100644 --- a/docs/user-guide/admin/sso/google-workspace-sso.md +++ b/docs/user-guide/admin/sso/google-workspace-sso.md @@ -61,15 +61,18 @@ When [creating access groups for Google Workspace](https://support.google.com/a/ First, **[add a custom attribute](https://support.google.com/a/answer/6208725?hl=en)** and link it to your SAML app. -Open your SAML app, navigate to the **Add a new custom attribute** section, and add the following configuration: +Open your SAML app, navigate to the **SAML attribute mapping** section, and click **Configure SAML attribute mapping**. -* Name: groups -* Info type: Text -* Visibility: Visible to user and admin -* Number of values: Multi-value +In the **Attributes** section, add the custom attribute you've just created and set the app attribute of your choice. -![Set group SSO](https://dytvr9ot2sszz.cloudfront.net/logz-docs/sso-providers/google/add-custom-fields.png) +Next, you can add Group membership information by selecting the relevant groups from your account. -Next, configure the groups attribute to be sent across as part of the SAML login. +:::note +When using a Custom Attribute, you must update **every user** manually with a string. +::: + +![Set group SSO](https://dytvr9ot2sszz.cloudfront.net/logz-docs/sso-providers/google/google-sso-saml-group.png) + + \ No newline at end of file From 162f9385c9422575b17e47527295288434ec1aa0 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Sun, 26 Nov 2023 09:31:04 +0200 Subject: [PATCH 2/3] save --- docs/user-guide/admin/sso/google-workspace-sso.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/admin/sso/google-workspace-sso.md b/docs/user-guide/admin/sso/google-workspace-sso.md index 291fc1dd..846830e5 100644 --- a/docs/user-guide/admin/sso/google-workspace-sso.md +++ b/docs/user-guide/admin/sso/google-workspace-sso.md @@ -73,6 +73,8 @@ When using a Custom Attribute, you must update **every user** manually with a st ![Set group SSO](https://dytvr9ot2sszz.cloudfront.net/logz-docs/sso-providers/google/google-sso-saml-group.png) +Click **Save** to apply the changes. + \ No newline at end of file From 6dc594fc27175e0bcb9eb35922ab525ff3239be1 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Sun, 26 Nov 2023 14:45:31 +0200 Subject: [PATCH 3/3] image --- docs/user-guide/admin/sso/google-workspace-sso.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/admin/sso/google-workspace-sso.md b/docs/user-guide/admin/sso/google-workspace-sso.md index 846830e5..34cde87d 100644 --- a/docs/user-guide/admin/sso/google-workspace-sso.md +++ b/docs/user-guide/admin/sso/google-workspace-sso.md @@ -65,14 +65,16 @@ Open your SAML app, navigate to the **SAML attribute mapping** section, and clic In the **Attributes** section, add the custom attribute you've just created and set the app attribute of your choice. -Next, you can add Group membership information by selecting the relevant groups from your account. - :::note When using a Custom Attribute, you must update **every user** manually with a string. ::: ![Set group SSO](https://dytvr9ot2sszz.cloudfront.net/logz-docs/sso-providers/google/google-sso-saml-group.png) +Next, you can add Group membership information by selecting the relevant groups from your account. + +![Set groups](https://dytvr9ot2sszz.cloudfront.net/logz-docs/sso-providers/google/group-membership.png) + Click **Save** to apply the changes.