Skip to content

Commit

Permalink
add ssn
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Feb 8, 2024
1 parent b478bec commit b33b459
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,23 @@ Follow these steps to set up single sign-on (SSO) with dbt Cloud:
8. Click the application you just created.
9. Select **Single sign-on** under Manage in the left navigation.
10. Click **Set up single sign on** under Getting Started.
11. Click **SAML** in "Select a single sign-on method" section.
12. Click **Edit** in the Basic SAML Configuration section.
13. Use the following table to complete the required fields and connect to dbt:
<Lightbox src="/img/docs/dbt-cloud/access-control/single-sign-on-overview.jpg" width="75%" title="In your Overview page, select 'Set up single sign on" />

11. Click **SAML** in "Select a single sign-on method" section.
<Lightbox src="/img/docs/dbt-cloud/access-control/saml.jpg" width="75%" title="Select the 'SAML' card in the 'Seelct a single sign-on method' section. " />

12. Click **Edit** in the Basic SAML Configuration section.

<Lightbox src="/img/docs/dbt-cloud/access-control/basic-saml.jpg" width="75%" title="In the 'Set up Single Sign-On with SAML' page, click 'Edit' in the the 'Basic SAML Configuration' card" />

13. Use the following table to complete the required fields and connect to dbt:

| Field | Value |
| ----- | ----- |
| **Identifier (Entity ID)** | Use `urn:auth0:<YOUR_AUTH0_ENTITYID>:<login slug>`. |
| **Reply URL (Assertion Consumer Service URL)** | Use `https://YOUR_AUTH0_URI/login/callback?connection=<login slug>`. |
| **Relay State** | `<login slug>` |
14. Click **Save** at the top of the form.
14. Click **Save** at the top of the form.

### Creating SAML settings

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b33b459

Please sign in to comment.