Skip to content

Commit 57b35b8

Browse files
remove external auth docs (#17244)
1 parent 1c39758 commit 57b35b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs-v2/next.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ export default withNextra({
7474
destination: "https://pipedream.com/apps/",
7575
permanent: true,
7676
},
77+
{
78+
source: "/apps/connected-accounts/external-auth/",
79+
destination: "/connect/",
80+
permanent: true,
81+
},
82+
7783
{
7884
source: "/support/",
7985
destination: "https://pipedream.com/support/",

docs-v2/pages/apps/connected-accounts.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Pipedream provides native integrations for [{process.env.PUBLIC_APPS}+ APIs](htt
1212

1313
Pipedream handles OAuth for you, ensuring you always have a fresh access token to authorize requests, and [credentials are tightly-secured](/privacy-and-security/#third-party-oauth-grants-api-keys-and-environment-variables).
1414

15-
If you use an existing secrets store, or manage credentials in a database, you can also [pass those to Pipedream at runtime](/apps/connected-accounts/external-auth/) instead of connecting accounts in the UI.
16-
1715
## Supported Apps
1816

1917
Pipedream supports [{process.env.PUBLIC_APPS}+ apps](https://pipedream.com/apps), and we're adding more every day.
@@ -234,10 +232,6 @@ Yes, see the section on [collaborating with others](#collaborating-with-others).
234232

235233
You can access credentials for any connected account via API, letting you build services anywhere and use Pipedream to handle auth. See [the guide for accessing credentials via API](/connect/api/#accounts) for more details.
236234

237-
## Passing external credentials at runtime
238-
239-
If you use a secrets store like [Pipedream Connect](/connect/) or [HashiCorp Vault](https://www.vaultproject.io/), or if you store credentials in a database, you can retrieve these secrets at runtime and pass them to any step. [See the full guide here](/apps/connected-accounts/external-auth/).
240-
241235
## Connecting to apps with IP restrictions
242236

243237
<Callout type="info">

0 commit comments

Comments
 (0)