From 04652b2afe205b1790f71f8b7ec30ed65bbc629e Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Fri, 27 Dec 2024 09:29:42 +0300 Subject: [PATCH] fix: add step to update SSO group scope in configuration --- .../security/authorization/sso-authorization.md | 14 ++++++++++++++ .../authorization/store-sso-authorization.md | 17 +++++++++++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/docs/account/my-organization/security/authorization/sso-authorization.md b/docs/account/my-organization/security/authorization/sso-authorization.md index 79975a729..35fec8126 100644 --- a/docs/account/my-organization/security/authorization/sso-authorization.md +++ b/docs/account/my-organization/security/authorization/sso-authorization.md @@ -497,6 +497,20 @@ The roles will be stored in user attributes. +#### Step 5: Update SSO Scope Configuration + +1. Navigate to the **Organization > Security > Authentications** section on your dashboard. +2. Select the **Manage** option under the **Appcircle SSO Login**. + + + +3. Select **Manage Authentication** and click the **Edit** button. +4. Add the **groups** to the **Default Scope** field. + + + +5. Click the **Save** button. +
diff --git a/docs/account/my-organization/security/authorization/store-sso-authorization.md b/docs/account/my-organization/security/authorization/store-sso-authorization.md index 8cd463ea3..ad12d4319 100644 --- a/docs/account/my-organization/security/authorization/store-sso-authorization.md +++ b/docs/account/my-organization/security/authorization/store-sso-authorization.md @@ -241,8 +241,7 @@ This section provides a brief summary of the configuration steps. -#### Define Group Claim in Appcircle - +#### Step 2. Define Group Claim in Appcircle 1. Navigate to the **Organization > Security > Authentications** section on your dashboard. 2. Select the **Manage** on the **Enterprise Portal SSO Login**. @@ -257,6 +256,20 @@ This section provides a brief summary of the configuration steps. +#### Step 3: Update SSO Scope Configuration + +1. Navigate to the **Organization > Security > Authentications** section on your dashboard. +2. Select the **Manage** option under the **Enterprise Portal SSO Login**. + + + +3. Select **Manage Authentication** and click the **Edit** button. +4. Add the **groups** to the **Default Scope** field. + + + +5. Click the **Save** button. +