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

Update set-up-sso-saml-2.0.md #4057

Merged
merged 2 commits into from
Sep 12, 2023
Merged
Changes from 1 commit
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
12 changes: 6 additions & 6 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 @@ -56,9 +56,9 @@ Additionally, you may configure the IdP attributes passed from your identity pro

| name | name format | value | description |
| ---- | ----------- | ----- | ----------- |
| email | Unspecified | ${user.email} | The user's email address |
| first_name | Unspecified | ${user.first_name} | The user's first name |
| last_name | Unspecified | ${user.last_name} | The user's last name |
| email | Unspecified | user.email | The user's email address |
| first_name | Unspecified | user.first_name | The user's first name |
| last_name | Unspecified | user.last_name | The user's last name |

dbt Cloud's [role-based access control](/docs/cloud/manage-access/about-user-access#role-based-access-control) relies
on group mappings from the IdP to assign dbt Cloud users to dbt Cloud groups. To
Expand Down Expand Up @@ -154,9 +154,9 @@ dbt Cloud expects by using the Attribute Statements and Group Attribute Statemen

| Name | Name format | Value | Description |
| -------------- | ----------- | -------------------- | -------------------------- |
| `email` | Unspecified | `${user.email}` | _The user's email address_ |
| `first_name` | Unspecified | `${user.firstName}` | _The user's first name_ |
| `last_name` | Unspecified | `${user.lastName}` | _The user's last name_ |
| `email` | Unspecified | `user.email` | _The user's email address_ |
| `first_name` | Unspecified | `user.firstName` | _The user's first name_ |
| `last_name` | Unspecified | `user.lastName` | _The user's last name_ |

4. The following table illustrates expected **Group Attribute Statements**:

Expand Down