Skip to content

Commit 2a4cfd5

Browse files
authored
fix: Auth provider docs incorrectly state that Atlassian (etc) don't work with Arcade Cloud (#163)
CU-86b3wazef - Auth provider docs incorrectly state that Atlassian (etc) don't work with Arcade Cloud
1 parent 292590c commit 2a4cfd5

File tree

11 files changed

+29
-13
lines changed

11 files changed

+29
-13
lines changed

pages/home/auth-providers/atlassian.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {Tabs} from 'nextra/components'
55
<Note>
66
At this time, Arcade does not offer a default Atlassian Auth Provider. To use
77
Atlassian auth, you must create a custom Auth Provider with your own Atlassian
8-
OAuth 2.0 credentials.
8+
OAuth 2.0 credentials as described below.
99
</Note>
1010

1111
The Atlassian auth provider enables tools and agents to call the Atlassian API on behalf of a user. Behind the scenes, the Arcade Engine and the Atlassian auth provider seamlessly manage Atlassian OAuth 2.0 authorization for your users.
@@ -21,15 +21,15 @@ This auth provider is used by:
2121

2222
## Configuring Atlassian auth
2323

24-
At the moment, you can only configure Atlassian auth with a [self-hosted Engine](/home/install/overview).
25-
26-
### Create a Atlassian app
24+
### Create an Atlassian app
2725

2826
- Create a Atlassian app in the [Atlassian developer console](https://developer.atlassian.com/console/myapps/)
2927
- In the Authorization tab, click the "Add" action button and set the Callback URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3028
- In the Permissions tab, enable any permissions you need for your app
3129
- In the Settings tab, copy the Client ID and Secret to use below
3230

31+
Next, add the Atlassian app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
32+
3333
### Configuring Atlassian auth with the Arcade Dashboard
3434

3535
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/discord.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Tabs } from "nextra/components";
55
<Note>
66
At this time, Arcade does not offer a default Discord Auth Provider. To use
77
Discord auth, you must create a custom Auth Provider with your own Discord
8-
OAuth 2.0 credentials.
8+
OAuth 2.0 credentials as described below.
99
</Note>
1010

1111
The Discord auth provider enables tools and agents to call the Discord API on behalf of a user. Behind the scenes, the Arcade Engine and the Discord auth provider seamlessly manage Discord OAuth 2.0 authorization for your users.
@@ -21,14 +21,14 @@ This auth provider is used by:
2121

2222
## Configuring Discord auth
2323

24-
At the moment, you can only configure Discord auth with a [self-hosted Engine](/home/install/overview).
25-
2624
### Create a Discord app
2725

2826
- Create a Discord Application in the [Discord developer portal](https://discord.com/developers/applications)
2927
- In the OAuth2 tab, set the redirect URI to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3028
- Copy the Client ID and Client Secret (you may need to reset the secret to see it)
3129

30+
Next, add the Discord app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
31+
3232
### Configuring Discord auth with the Arcade Dashboard
3333

3434
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/dropbox.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Tabs } from "nextra/components";
55
<Note>
66
At this time, Arcade does not offer a default Dropbox Auth Provider. To use
77
Dropbox auth, you must create a custom Auth Provider with your own Dropbox
8-
OAuth 2.0 credentials.
8+
OAuth 2.0 credentials as described below.
99
</Note>
1010

1111
The Dropbox auth provider enables tools and agents to call the Dropbox API on behalf of a user. Behind the scenes, the Arcade Engine and the Dropbox auth provider seamlessly manage Dropbox OAuth 2.0 authorization for your users.
@@ -21,15 +21,15 @@ This auth provider is used by:
2121

2222
## Configuring Dropbox auth
2323

24-
At the moment, you can only configure Dropbox auth with a [self-hosted Engine](/home/install/overview).
25-
2624
### Create a Dropbox app
2725

2826
- Create a Dropbox Application in the [Dropbox App Console](https://www.dropbox.com/developers/apps)
2927
- In the Settings tab, under the "OAuth 2" section, set the redirect URI to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3028
- In the Permissions tab, add any scopes that your app will need
3129
- In the Settings tab, copy the App key (Client ID) and App secret (Client Secret), which you'll need below
3230

31+
Next, add the Dropbox app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
32+
3333
### Configuring Dropbox auth with the Arcade Dashboard
3434

3535
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/github.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ When you are ready to go to production, you'll want to configure the GitHub auth
3535
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3636
- Copy the client ID and client secret to use below
3737

38+
Next, add the GitHub app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
39+
3840
### Configuring GitHub auth with the Arcade Dashboard
3941

4042
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/google.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ When you are ready to go to production, you'll want to configure the Google auth
3838
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3939
- Copy the client ID and client secret to use below
4040

41+
Next, add the Google app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
42+
4143
### Configuring Google auth with the Arcade Dashboard
4244

4345
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/linkedin.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ When you are ready to go to production, you'll want to configure the LinkedIn au
2929
- On the Auth tab, set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3030
- Copy the client ID and client secret to use below
3131

32+
Next, add the LinkedIn app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
33+
3234
### Configuring LinkedIn auth with the Arcade Dashboard
3335

3436
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/microsoft.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Tabs } from "nextra/components";
55
<Note>
66
At this time, Arcade does not offer a default Microsoft Auth Provider. To use
77
Microsoft auth, you must create a custom Auth Provider with your own Microsoft
8-
OAuth 2.0 credentials.
8+
OAuth 2.0 credentials as described below.
99
</Note>
1010

1111
The Microsoft auth provider enables tools and agents to call the Microsoft Graph API on behalf of a user. Behind the scenes, the Arcade Engine and the Microsoft auth provider seamlessly manage Microsoft OAuth 2.0 authorization for your users.
@@ -32,6 +32,8 @@ When you are ready to go to production, you'll want to configure the Microsoft a
3232
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3333
- Copy the client ID and client secret to use below
3434

35+
Next, add the Microsoft app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
36+
3537
### Configuring Microsoft auth with the Arcade Dashboard
3638

3739
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/slack.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ When you are ready to go to production, you'll want to configure the Slack auth
3434
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3535
- Copy the client ID and client secret
3636

37+
Next, add the Slack app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
38+
3739
### Configuring Slack auth with the Arcade Dashboard
3840

3941
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/spotify.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Tabs } from "nextra/components";
55
<Note>
66
At this time, Arcade does not offer a default Spotify Auth Provider. To use
77
Spotify auth, you must create a custom Auth Provider with your own Spotify
8-
OAuth 2.0 credentials.
8+
OAuth 2.0 credentials as described below.
99
</Note>
1010

1111
The Spotify auth provider enables tools and agents to call the Spotify API on behalf of a user. Behind the scenes, the Arcade Engine and the Spotify auth provider seamlessly manage Spotify OAuth 2.0 authorization for your users.
@@ -32,6 +32,8 @@ When you are ready to go to production, you'll want to configure the Spotify aut
3232
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3333
- Copy the client ID and client secret to use below
3434

35+
Next, add the Spotify app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
36+
3537
### Configuring Spotify auth with the Arcade Dashboard
3638

3739
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

pages/home/auth-providers/x.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ When you are ready to go to production, you'll want to configure the X auth prov
3535
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
3636
- Copy the client ID and client secret to use below
3737

38+
Next, add the X app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
39+
3840
### Configuring X auth with the Arcade Dashboard
3941

4042
1. Navigate to the OAuth section of the Arcade Dashboard and click **Add OAuth Provider**.

0 commit comments

Comments
 (0)