Skip to content

Commit

Permalink
fix: add step to update SSO group scope in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalitaksoy committed Dec 27, 2024
1 parent 21423ef commit 04652b2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,20 @@ The roles will be stored in user attributes.

<Screenshot url='https://cdn.appcircle.io/docs/assets/sso-mapping-okta-oidc-group-role-claim-name.png' />

#### 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**.

<Screenshot url='https://cdn.appcircle.io/docs/assets/manage-appcircle-sso.png' />

3. Select **Manage Authentication** and click the **Edit** button.
4. Add the **groups** to the **Default Scope** field.

<Screenshot url='https://cdn.appcircle.io/docs/assets/sso-mapping-okta-openid-groups.png' />

5. Click the **Save** button.

</details>

<details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ This section provides a brief summary of the configuration steps.

<Screenshot url='https://cdn.appcircle.io/docs/assets/sso-mapping-okta-refresh-application-data.png' />

#### 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**.
Expand All @@ -257,6 +256,20 @@ This section provides a brief summary of the configuration steps.

<Screenshot url='https://cdn.appcircle.io/docs/assets/store-sso-org-id-claim.png' />

#### 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**.

<Screenshot url='https://cdn.appcircle.io/docs/assets/store-sso-manage-button.png' />

3. Select **Manage Authentication** and click the **Edit** button.
4. Add the **groups** to the **Default Scope** field.

<Screenshot url='https://cdn.appcircle.io/docs/assets/sso-mapping-okta-openid-groups.png' />

5. Click the **Save** button.

</details>

<details>
Expand Down

0 comments on commit 04652b2

Please sign in to comment.