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

Adding Azure to Auth0 chart #6555

Merged
merged 4 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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 @@ -16,7 +16,7 @@
This document details the steps to integrate dbt Cloud with an identity
provider in order to configure Single Sign On and [role-based access control](/docs/cloud/manage-access/about-user-access#role-based-access-control).

## Auth0 Multi-tenant URIs
## Auth0 URIs

Check warning on line 19 in website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md#L19

[custom.Typos] Oops there's a typo -- did you really mean 'Auth0'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'Auth0'? ", "location": {"path": "website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md", "range": {"start": {"line": 19, "column": 4}}}, "severity": "WARNING"}

Check warning on line 19 in website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md#L19

[custom.SentenceCaseHeaders] 'Auth0 URIs' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Auth0 URIs' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md", "range": {"start": {"line": 19, "column": 4}}}, "severity": "WARNING"}

<Snippet path="auth0-uri" />

Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/manage-access/sso-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- You have a dbt Cloud account enrolled in the Enterprise plan. [Contact us](mailto:[email protected]) to learn more and enroll.

## Auth0 Multi-tenant URIs
## Auth0 URIs

Check warning on line 15 in website/docs/docs/cloud/manage-access/sso-overview.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/manage-access/sso-overview.md#L15

[custom.SentenceCaseHeaders] 'Auth0 URIs' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Auth0 URIs' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/cloud/manage-access/sso-overview.md", "range": {"start": {"line": 15, "column": 4}}}, "severity": "WARNING"}

Check warning on line 15 in website/docs/docs/cloud/manage-access/sso-overview.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/manage-access/sso-overview.md#L15

[custom.Typos] Oops there's a typo -- did you really mean 'Auth0'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'Auth0'? ", "location": {"path": "website/docs/docs/cloud/manage-access/sso-overview.md", "range": {"start": {"line": 15, "column": 4}}}, "severity": "WARNING"}

<Snippet path="auth0-uri" />

Expand Down
16 changes: 8 additions & 8 deletions website/snippets/auth0-uri.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

The URI used for SSO connections on multi-tenant dbt Cloud instances will vary based on your dbt Cloud hosted region. Use your login URL (also referred to as your Access URL) to determine the correct Auth0 URI for your environment.
The URI used for SSO connections on multi-tenant dbt Cloud instances will vary based on your dbt Cloud hosted region. To find the URIs for your environment in dbt Cloud:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SSO connections on multi-tenant dbt Cloud instance

not just MT


1. Navigate to your **Account settings** and click **Single sign-on** on the left menu.
1. Click **Edit** in the **Single sign-on** pane.
1. Select the appropriate **Identity provider** from the dropdown and the **Login slug** and **Identity provider values** will populate for that provider.

<Lightbox src="/img/docs/dbt-cloud/access-control/sso-uri.png" title="Example of the identity provider values for a SAML 2.0 provider" />


| Region | dbt Cloud Access URL | Auth0 SSO URI &lt;YOUR_AUTH0_URI&gt; | Auth0 Entity ID &lt;YOUR_AUTH0_ENTITYID&gt;* |
|--------|-----------------------|-------------------------------|----------------------------------------|
| US multi-tenant | cloud.getdbt.com | auth.cloud.getdbt.com | us-production-mt |
| US cell 1 | \{account prefix\}.us1.dbt.com | auth.cloud.getdbt.com | us-production-mt |
| EMEA | emea.dbt.com | auth.emea.dbt.com | emea-production-mt |
| APAC | au.dbt.com | auth.au.dbt.com | au-production-mt |

*Only applicable to SAML and Okta configurations.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading