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

[FX-4158] Add information about SAML metadata file #486

Merged
merged 1 commit into from
May 13, 2024
Merged
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 @@ -50,8 +50,11 @@ Here’s a general configuration workflow for SAML SSO:
- Select **Save Configuration**.<br>
![Configure SAML SSO in the Cobalt app](/deepdive/configure-saml-sso-overlay.png "Configure SAML SSO in the Cobalt app")
1. Complete the configuration in the identity provider system. Enter the following values from Cobalt:
- **ACS URL** (unique value for each organization). Example: `https://login.app.us.cobalt.io/login/callback?connection=example-org`, where the string after `=` is the organization's **slug** (`example-org`).
- **ACS URL**: (unique value for each organization).
- Example: `https://login.app.us.cobalt.io/login/callback?connection=example-org`, where the string after `=` is the organization's **slug** (`example-org`).
- **Entity ID**: `https://api.us.cobalt.io/users/saml/metadata`
- **Metadata**: If your identity provider requires the SAML metadata file, it can be obtained at the following URL.
- Example: `https://login.app.us.cobalt.io/samlp/metadata?connection=example-org`, where the string after `=` is the organization's **slug** (`example-org`).
1. Test your SAML configuration.
1. If the test is successful, assign users to the SAML app in the IdP.
1. Notify users that now they can sign in through the selected identity provider. We don't send any notifications to users.
Expand Down
Loading