Skip to content

Commit

Permalink
Remove redundant characters from Auth0 SSO URIs
Browse files Browse the repository at this point in the history
We refer to the Auth0 SSO URIs in our docs like https://YOUR_AUTH0_URI/login/callback, removing the https:// and the forward slash so customers can simply copy/paste and to minimize confusion.
  • Loading branch information
BrJan authored Aug 21, 2023
1 parent 321f002 commit 66a8389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/snippets/auth0-uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ The URI used for SSO connections on multi-tenant dbt Cloud instances will vary b

| Region | dbt Cloud Access URL | Auth0 SSO URI <YOUR_AUTH0_URI> | Auth0 Entity ID <YOUR_AUTH0_ENTITYID>* |
|--------|-----------------------|-------------------------------|----------------------------------------|
| US | cloud.getdbt.com | https://auth.cloud.getdbt.com/ | us-production-mt |
| EMEA | emea.dbt.com | https://auth.emea.dbt.com/ | emea-production-mt |
| APAC | au.dbt.com | https://auth.au.dbt.com/ | au-production-mt |
| US | cloud.getdbt.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.
*Only applicable to SAML and Okta configurations.

0 comments on commit 66a8389

Please sign in to comment.