Skip to content

Commit 8d3dcb9

Browse files
Fix image path in external-auth.mdx and add the image to apps directory
1 parent 94954e1 commit 8d3dcb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-v2/pages/apps/external-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Passing external credentials at runtime is a feature that's available to custome
1919
2. From your app, retrieve credentials and send them in an HTTP request to the endpoint with the rest of the payload.
2020
3. In the step of your workflow where you'd like to pass these credentials, select the **Use external authentication** option at the bottom-right of the account selector:
2121

22-
![Select "External Auth"](/images/apps/select-external-auth.png)
22+
![Select "External Auth"](/images/integrations/select-external-auth.png)
2323

2424
4. You'll be prompted for all required credentials for the app, often just an `oauth_access_token` or `api_key`. [Find the variable that contains your credentials](/workflows/building-workflows/triggers/#copying-references-to-event-data) and pass them to each field:
2525

@@ -42,7 +42,7 @@ You can set [the `pd-nostore` flag](/workflows/building-workflows/triggers/#x-pd
4242
1. Add a step to your workflow to fetch credentials from your DB or secrets store.
4343
2. In the step of your workflow where you'd like to pass these credentials, select the **Use external authentication** option at the bottom-right of the account selector:
4444

45-
![Select "External Auth"](/images/apps/select-external-auth.png)
45+
![Select "External Auth"](/images/integrations/select-external-auth.png)
4646

4747
3. You'll be prompted for all required credentials for the app, often just an `oauth_access_token` or `api_key`. [Find the variable that contains your credentials](/workflows/building-workflows/triggers/#copying-references-to-event-data) and pass them to each field:
4848

33.6 KB
Loading

0 commit comments

Comments
 (0)