Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add step to update SSO group scope in configuration #782

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading