Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 2 additions & 4 deletions docs-v2/pages/connect/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Now that you've successfully connected an account and retrieved the credentials, you're ready to deploy your app to production!

If you don't verify your production domain, the account connection process will fail with an error message on iframe load.

</Steps>
</Steps>
8 changes: 1 addition & 7 deletions docs-v2/pages/workspaces/domain-verification.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]`, 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 `[email protected]`, you need to verify ownership of `example.com`. If configuring Google OAuth (not SAML), you can disregard this section.

## Getting started

Expand Down