From bbcd37eb93353bd004f8724f2728afd46555e8a0 Mon Sep 17 00:00:00 2001 From: Danny Roosevelt Date: Tue, 10 Sep 2024 16:53:50 -0700 Subject: [PATCH 1/2] removing domain verification refs for Connect --- docs-v2/pages/connect/quickstart.mdx | 4 +--- docs-v2/pages/workspaces/domain-verification.mdx | 8 +------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/docs-v2/pages/connect/quickstart.mdx b/docs-v2/pages/connect/quickstart.mdx index 7f687136f2785..09ca97efeae47 100644 --- a/docs-v2/pages/connect/quickstart.mdx +++ b/docs-v2/pages/connect/quickstart.mdx @@ -1000,8 +1000,6 @@ response = client.get_user_accounts('USER_ID') ### Deploy your app to production -Once you have the app working locally and want to deploy it to production, you'll need to [verify the domain](/workspaces/domain-verification#pipedream-connect) where the app will be hosted. This secures the account-connection process by ensuring that the app is hosted on a domain you control. - -If you don't verify your production domain, the account connection process will fail with an error message on iframe load. +Now that you've successfully connected an account and retrieve the credentials, you're ready to deploy your app to production! \ No newline at end of file diff --git a/docs-v2/pages/workspaces/domain-verification.mdx b/docs-v2/pages/workspaces/domain-verification.mdx index a8964f90278b1..52f513f800f2c 100644 --- a/docs-v2/pages/workspaces/domain-verification.mdx +++ b/docs-v2/pages/workspaces/domain-verification.mdx @@ -2,13 +2,7 @@ import Callout from '@/components/Callout' # Domain Verification -Pipedream enables you to verify ownership of a domain in order to [configure SAML SSO](#saml-sso) for your workspace or integrate [Pipedream Connect](#pipedream-connect). - -### SAML SSO -To configure [SAML SSO](./sso), you first need to verify ownership of the email domain. If your email is `foo@example.com`, you need to verify ownership of `example.com`. If configuring Google OAuth (not SAML), you can disregard this section. - -### Pipedream Connect -To set up [Connect](/connect), you need to verify ownership of your application's domain (where you'll initiate the authorization flow). +Pipedream requires that you verify ownership of your email domain in order to [configure SAML SSO](/workspaces/sso) for your workspace. If your email is `foo@example.com`, you need to verify ownership of `example.com`. If configuring Google OAuth (not SAML), you can disregard this section. ## Getting started From d2fd11e630b7526024d14947774e9a695a2e1d5d Mon Sep 17 00:00:00 2001 From: Danny Roosevelt Date: Tue, 10 Sep 2024 16:55:40 -0700 Subject: [PATCH 2/2] Update quickstart.mdx --- docs-v2/pages/connect/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-v2/pages/connect/quickstart.mdx b/docs-v2/pages/connect/quickstart.mdx index 09ca97efeae47..6980782983d58 100644 --- a/docs-v2/pages/connect/quickstart.mdx +++ b/docs-v2/pages/connect/quickstart.mdx @@ -1000,6 +1000,6 @@ response = client.get_user_accounts('USER_ID') ### Deploy your app to production -Now that you've successfully connected an account and retrieve the credentials, you're ready to deploy your app to production! +Now that you've successfully connected an account and retrieved the credentials, you're ready to deploy your app to production! - \ No newline at end of file +