You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/home/auth-providers/asana.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ When creating your app, use the following settings:
47
47
- Set an appropriate App name, description and icon. This will be visible to your users authorizing access to your app.
48
48
- Take note of the **Client ID** and **Client Secret**.
49
49
- In the OAuth settings:
50
-
- Under "Redirect URLs", click **Add Redirect URL** and add `https://cloud.arcade.dev/api/v1/oauth/callback`.
50
+
- Under "Redirect URLs", click **Add Redirect URL** and add the redirect URL generated by Arcade (see below).
51
51
- Under "Permission Scopes", select "Full Permissions"
52
52
- In the "App Listing Details" section, optionally add more information about your app.
53
53
- In the "Manage Distribution" section, under "Choose a distribution method", select "Any workspace".
@@ -79,7 +79,7 @@ We show both options step-by-step below.
79
79
80
80
#### Access the Arcade Dashboard
81
81
82
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
82
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
83
83
84
84
#### Navigate to the OAuth Providers page
85
85
@@ -93,6 +93,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
93
93
- Choose a unique **ID** for your provider (e.g. "my-asana-provider").
94
94
- Optionally enter a **Description**.
95
95
- Enter the **Client ID** and **Client Secret** from your Asana app.
96
+
- Note the **Redirect URL** generated by Arcade. This must be added to your Asana app's Redirect URLs.
Copy file name to clipboardExpand all lines: pages/home/auth-providers/atlassian.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Before showing how to configure your Atlassian app credentials, let's go through
34
34
### Create an Atlassian app
35
35
36
36
- Create a Atlassian app in the [Atlassian developer console](https://developer.atlassian.com/console/myapps/)
37
-
- In the Authorization tab, click the "Add" action button and set the Callback URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
37
+
- In the Authorization tab, click the "Add" action button and set the Callback URL to the redirect URL generated by Arcade (see below)
38
38
- In the Permissions tab, enable any permissions you need for your app
39
39
- In the Settings tab, copy the Client ID and Secret to use below
40
40
@@ -56,7 +56,7 @@ We show both options step-by-step below.
56
56
57
57
#### Access the Arcade Dashboard
58
58
59
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
59
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
60
60
61
61
#### Navigate to the OAuth Providers page
62
62
@@ -70,6 +70,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
70
70
- Choose a unique **ID** for your provider (e.g. "my-atlassian-provider").
71
71
- Optionally enter a **Description**.
72
72
- Enter the **Client ID** and **Client Secret** from your Atlassian app.
73
+
- Note the **Redirect URL** generated by Arcade. This must be added to your Atlassian app as a Callback URL.
Copy file name to clipboardExpand all lines: pages/home/auth-providers/discord.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Before showing how to configure your Discord app credentials, let's go through t
34
34
### Create a Discord app
35
35
36
36
- Create a Discord Application in the [Discord developer portal](https://discord.com/developers/applications)
37
-
- In the OAuth2 tab, set the redirect URI to: `https://cloud.arcade.dev/api/v1/oauth/callback`
37
+
- In the OAuth2 tab, set the redirect URI to the redirect URL generated by Arcade (see below)
38
38
- Copy the Client ID and Client Secret (you may need to reset the secret to see it)
39
39
40
40
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).
@@ -57,7 +57,7 @@ We show both options step-by-step below.
57
57
58
58
#### Access the Arcade Dashboard
59
59
60
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
60
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
61
61
62
62
#### Navigate to the OAuth Providers page
63
63
@@ -71,6 +71,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
71
71
- Choose a unique **ID** for your provider (e.g. "my-discord-provider").
72
72
- Optionally enter a **Description**.
73
73
- Enter the **Client ID** and **Client Secret** from your Discord app.
74
+
- Note the **Redirect URL** generated by Arcade. This must be added to your Discord app's Redirect URIs.
Copy file name to clipboardExpand all lines: pages/home/auth-providers/dropbox.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Before showing how to configure your Dropbox app credentials, let's go through t
34
34
### Create a Dropbox app
35
35
36
36
- Create a Dropbox Application in the [Dropbox App Console](https://www.dropbox.com/developers/apps)
37
-
- In the Settings tab, under the "OAuth 2" section, set the redirect URI to: `https://cloud.arcade.dev/api/v1/oauth/callback`
37
+
- In the Settings tab, under the "OAuth 2" section, set the redirect URI to the redirect URL generated by Arcade (see below)
38
38
- In the Permissions tab, add any scopes that your app will need
39
39
- In the Settings tab, copy the App key (Client ID) and App secret (Client Secret), which you'll need below
40
40
@@ -58,7 +58,7 @@ We show both options step-by-step below.
58
58
59
59
#### Access the Arcade Dashboard
60
60
61
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
61
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
62
62
63
63
#### Navigate to the OAuth Providers page
64
64
@@ -72,6 +72,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
72
72
- Choose a unique **ID** for your provider (e.g. "my-dropbox-provider").
73
73
- Optionally enter a **Description**.
74
74
- Enter the **Client ID** and **Client Secret** from your Dropbox app.
75
+
- Note the **Redirect URL** generated by Arcade. This must be added to your Dropbox app's Redirect URIs.
Copy file name to clipboardExpand all lines: pages/home/auth-providers/github.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Before showing how to configure your GitHub app credentials, let's go through th
37
37
- Choose the permissions you need for your app
38
38
- At a minimum, you must enable read-only access to the Account > Email addresses permission
39
39
- To access repo data, you must enable at least the Repository > Contents permission
40
-
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
40
+
- Set the redirect URL to the redirect URL generated by Arcade (see below)
41
41
- Leave "Expire user authorization tokens" **checked**
42
42
- Leave "Request user authorization (OAuth) during installation" **unchecked**
43
43
- Leave "Setup URL" blank and "Redirect on update" **unchecked**
@@ -69,7 +69,7 @@ We show both options step-by-step below.
69
69
70
70
#### Access the Arcade Dashboard
71
71
72
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
72
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
73
73
74
74
#### Navigate to the OAuth Providers page
75
75
@@ -83,6 +83,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
83
83
- Choose a unique **ID** for your provider (e.g. "my-github-provider").
84
84
- Optionally enter a **Description**.
85
85
- Enter the **Client ID** and **Client Secret** from your GitHub app.
86
+
- Note the **Redirect URL** generated by Arcade. This must be added to your GitHub app's Redirect URLs.
-Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
42
+
-Add the redirect URL generated by Arcade (see below) to the Authorized redirect URIs list
43
43
- Copy the client ID and client secret to use below
44
44
45
45
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).
@@ -62,7 +62,7 @@ We show both options step-by-step below.
62
62
63
63
#### Access the Arcade Dashboard
64
64
65
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
65
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
66
66
67
67
#### Navigate to the OAuth Providers page
68
68
@@ -76,6 +76,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
76
76
- Choose a unique **ID** for your provider (e.g. "my-google-provider").
77
77
- Optionally enter a **Description**.
78
78
- Enter the **Client ID** and **Client Secret** from your Google app.
79
+
- Note the **Redirect URL** generated by Arcade. This must be added to your Google app's Authorized redirect URIs list.
When creating your app, use the following settings:
47
47
48
48
- Under **App Info**, choose a name, description, and logo for your app
49
-
- Under **Auth**, enter the **Redirect URL**: `https://cloud.arcade.dev/api/v1/oauth/callback`
49
+
- Under **Auth**, enter the **Redirect URL** generated by Arcade (see below)
50
50
- In the **Scopes** section, click **Add Scope** and add the following scopes with the **Conditionally Required** scope type:
51
51
-`crm.objects.companies.read`
52
52
-`crm.objects.contacts.read`
@@ -85,7 +85,7 @@ We show both options step-by-step below.
85
85
86
86
#### Access the Arcade Dashboard
87
87
88
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
88
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
89
89
90
90
#### Navigate to the OAuth Providers page
91
91
@@ -99,6 +99,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
99
99
- Enter `hubspot` as the **ID** for your provider
100
100
- Optionally enter a **Description**.
101
101
- Enter the **Client ID** and **Client Secret** from your Hubspot app.
102
+
- Note the **Redirect URL** generated by Arcade. This must be set as your Hubspot app's Redirect URL.
Copy file name to clipboardExpand all lines: pages/home/auth-providers/linear.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Before showing how to configure your Linear app credentials, let's go through th
30
30
- It is **highly recommended** to first [create a new Linear workspace](https://linear.app/join) for the purpose of managing the OAuth2 Application.
31
31
- Create a new public OAuth2 Application in your [integration's settings page](https://linear.app/settings/api/applications/new).
32
32
- Fill out your application specific information such as application name and description.
33
-
- Set the Callback URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
33
+
- Set the Callback URL to the redirect URL generated by Arcade (see below)
34
34
- Toggle the **Public** switch to enable public access to the application if you want other workspaces to be able to use your application.
35
35
- Once you complete creating your integration, copy the client ID and client secret to use below.
36
36
@@ -54,7 +54,7 @@ We show both options step-by-step below.
54
54
55
55
#### Access the Arcade Dashboard
56
56
57
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
57
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
58
58
59
59
#### Navigate to the OAuth Providers page
60
60
@@ -68,6 +68,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
68
68
- Choose a unique **ID** for your provider (e.g. "my-linear-provider").
69
69
- Optionally enter a **Description**.
70
70
- Enter the **Client ID** and **Client Secret** from your Linear app.
71
+
- Note the **Redirect URL** generated by Arcade. This must be set as your Linear app's Callback URL.
Copy file name to clipboardExpand all lines: pages/home/auth-providers/linkedin.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Before showing how to configure your LinkedIn app credentials, let's go through
30
30
- Follow LinkedIn's guide to [setting up user authorization](https://learn.microsoft.com/en-us/linkedin/shared/authentication/authentication)
31
31
- On the Products tab, add the products you need for your app (e.g. "Share on LinkedIn")
32
32
- At a minimum, you _must_ add the "Sign In with LinkedIn using OpenID Connect" product
33
-
- On the Auth tab, set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
33
+
- On the Auth tab, set the redirect URL to the redirect URL generated by Arcade (see below)
34
34
- Copy the client ID and client secret to use below
35
35
36
36
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).
@@ -53,7 +53,7 @@ We show both options step-by-step below.
53
53
54
54
#### Access the Arcade Dashboard
55
55
56
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
56
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
57
57
58
58
#### Navigate to the OAuth Providers page
59
59
@@ -67,6 +67,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
67
67
- Choose a unique **ID** for your provider (e.g. "my-linkedin-provider").
68
68
- Optionally enter a **Description**.
69
69
- Enter the **Client ID** and **Client Secret** from your LinkedIn app.
70
+
- Note the **Redirect URL** generated by Arcade. This must be set as your LinkedIn app's redirect URL.
Copy file name to clipboardExpand all lines: pages/home/auth-providers/microsoft.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Before showing how to configure your Microsoft app credentials, let's go through
35
35
36
36
- Follow Microsoft's guide to [registering an app with the Microsoft identity platform](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app)
37
37
- Choose the permissions (scopes) you need for your app. Refer to the [section below](#arcade-microsoft-toolkits-scopes) for a list of scopes needed by the Arcade Microsoft Toolkits, in case you intend to use them.
38
-
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
38
+
- Set the redirect URL to the redirect URL generated by Arcade (see below)
39
39
- Copy the client ID and client secret to use below
40
40
41
41
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).
@@ -69,7 +69,7 @@ We show both options step-by-step below.
69
69
70
70
#### Access the Arcade Dashboard
71
71
72
-
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at `http://localhost:9099/dashboard`. Adjust the host and port number to match your environment.
72
+
To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://api.arcade.dev/dashboard). If you are self-hosting, by default the dashboard will be available at http://localhost:9099/dashboard. Adjust the host and port number to match your environment.
73
73
74
74
#### Navigate to the OAuth Providers page
75
75
@@ -83,6 +83,7 @@ To access the Arcade Cloud dashboard, go to [api.arcade.dev/dashboard](https://a
83
83
- Choose a unique **ID** for your provider (e.g. "my-microsoft-provider").
84
84
- Optionally enter a **Description**.
85
85
- Enter the **Client ID** and **Client Secret** from your Microsoft app.
86
+
- Note the **Redirect URL** generated by Arcade. This must be set as your Microsoft app's redirect URL.
0 commit comments