Skip to content

Commit

Permalink
Adding Azure to Auth0 chart (#6555)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Adding Azure to the Auth0 URI chart

## Checklist
- [ ] I have reviewed the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
- [ ] The topic I'm writing about is for specific dbt version(s) and I
have versioned it according to the [version a whole
page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
and/or [version a block of
content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content)
guidelines.
- [ ] I have added checklist item(s) to this list for anything anything
that needs to happen before this PR is merged, such as "needs technical
review" or "change base branch."
- [ ] The content in this PR requires a dbt release note, so I added one
to the [release notes
page](https://docs.getdbt.com/docs/dbt-versions/dbt-cloud-release-notes).
<!--
PRE-RELEASE VERSION OF dbt (if so, uncomment):
- [ ] Add a note to the prerelease version [Migration
Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/docs/dbt-versions/core-upgrade)
-->
<!-- 
ADDING OR REMOVING PAGES (if so, uncomment):
- [ ] Add/remove page in `website/sidebars.js`
- [ ] Provide a unique filename for new pages
- [ ] Add an entry for deleted pages in `website/vercel.json`
- [ ] Run link testing locally with `npm run build` to update the links
that point to deleted pages
-->

<!-- vercel-deployment-preview -->
---
🚀 Deployment available! Here are the direct links to the updated files:


-
https://docs-getdbt-com-git-azure-auth0-dbt-labs.vercel.app/docs/cloud/manage-access/set-up-sso-saml-2.0
-
https://docs-getdbt-com-git-azure-auth0-dbt-labs.vercel.app/docs/cloud/manage-access/sso-overview

<!-- end-vercel-deployment-preview -->

---------

Co-authored-by: nataliefiann <[email protected]>
  • Loading branch information
matthewshaver and nataliefiann authored Nov 27, 2024
1 parent 2591d73 commit 57dcbeb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Currently supported features include:
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

<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 @@ dbt Cloud supports JIT (Just-in-Time) provisioning and IdP-initiated login. You

- 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

<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:

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.

0 comments on commit 57dcbeb

Please sign in to comment.