Skip to content

Commit

Permalink
Info block on SSO config docs for single-tenant to contact support in…
Browse files Browse the repository at this point in the history
…stead (#3611)

## What are you changing in this pull request and why?
SSO config docs is only usable by multiTenant. Add an info blurb to the
top of the page to inform ST customers to contact support instead.

Changes
[here](https://deploy-preview-3611--docs-getdbt-com.netlify.app/docs/cloud/manage-access/set-up-sso-saml-2.0)

https://dbtlabs.atlassian.net/browse/ENTERPRISE-529

## Checklist
<!--
Uncomment if you're publishing docs for a prerelease version of dbt
(delete if not applicable):
- [ ] Add versioning components, as described in [Versioning
Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages)
- [ ] Add a note to the prerelease version [Migration
Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/guides/migration/versions)
-->
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [x] Add a checklist item for anything that needs to happen before this
PR is merged, such as "needs technical review" or "change base branch."
  • Loading branch information
mirnawong1 authored Jun 26, 2023
2 parents 27afb51 + 221799e commit 3ee5445
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ id: "set-up-sso-azure-active-directory"
sidebar_label: "Set up SSO with Azure AD"
---

:::info Enterprise Feature
This guide describes a feature of the dbt Cloud Enterprise plan. If you’re
interested in learning more about an Enterprise plan, contact us at
sales@getdbt.com.
:::
import SetUpPages from '/snippets/_sso-docs-mt-available.md';

<SetUpPages features={'/snippets/_sso-docs-mt-available.md'}/>

dbt Cloud Enterprise supports single-sign on via Azure Active Directory (Azure AD).
You will need permissions to create and manage a new Azure AD application.
Expand Down Expand Up @@ -171,4 +169,4 @@ Now you have completed setting up SSO with Azure AD, the next steps will be to s

Ensure that the domain name under which user accounts exist in Azure matches the domain you supplied in [Supplying credentials](#supplying-credentials) when you configured SSO.

<Lightbox collapsed="true" src="/img/docs/dbt-cloud/dbt-cloud-enterprise/azure/azure-get-domain.png" title="Obtaining the user domain from Azure" />
<Lightbox collapsed="true" src="/img/docs/dbt-cloud/dbt-cloud-enterprise/azure/azure-get-domain.png" title="Obtaining the user domain from Azure" />
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ description: "Learn how dbt Cloud administrators can use Single-Sign On (SSO) vi
id: "set-up-sso-google-workspace"
---

:::info Enterprise Feature
This guide describes a feature of the dbt Cloud Enterprise plan. If you’re
interested in learning more about an Enterprise plan, contact us at
sales@getdbt.com.
:::
import SetUpPages from '/snippets/_sso-docs-mt-available.md';

<SetUpPages features={'/snippets/_sso-docs-mt-available.md'}/>

dbt Cloud Enterprise supports Single-Sign On (SSO) via Google GSuite. You will need
permissions to create and manage a new Google OAuth2 application, as well as
Expand Down
6 changes: 2 additions & 4 deletions website/docs/docs/cloud/manage-access/set-up-sso-okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ title: "Set up SSO with Okta"
id: "set-up-sso-okta"
---

:::info Enterprise Feature
import SetUpPages from '/snippets/_sso-docs-mt-available.md';

This guide describes a feature of the dbt Cloud Enterprise plan. If you’re interested in learning more about an Enterprise plan, contact us at sales@getdbt.com.

:::
<SetUpPages features={'/snippets/_sso-docs-mt-available.md'}/>

## Okta SSO

Expand Down
7 changes: 2 additions & 5 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 @@ -3,12 +3,9 @@ title: "Set up SSO with SAML 2.0"
id: "set-up-sso-saml-2.0"
---

:::info Enterprise Feature
import SetUpPages from '/snippets/_sso-docs-mt-available.md';

This guide describes a feature of the dbt Cloud Enterprise plan. If you’re interested in learning
more about an Enterprise plan, contact us at sales@getdbt.com.

:::
<SetUpPages features={'/snippets/_sso-docs-mt-available.md'}/>

dbt Cloud Enterprise supports single-sign on (SSO) for any SAML 2.0-compliant identity provider (IdP).
Currently supported features include:
Expand Down
7 changes: 7 additions & 0 deletions website/snippets/_sso-docs-mt-available.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
:::info Enterprise feature

This guide describes a feature of the dbt Cloud Enterprise plan. If you’re interested in learning more about an Enterprise plan, contact us at <sales@getdbt.com>.

These SSO configuration documents apply to multi-tenant Enterprise deployments only. [Single-tenant](/docs/cloud/about-cloud/tenancy#single-tenant) Virtual Private users can [email dbt Cloud Support](mailto:support@getdbt.com) to set up or update their SSO configuration.

:::

0 comments on commit 3ee5445

Please sign in to comment.