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/zendesk.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,24 @@ This auth provider is used by:
23
23
## Create a Zendesk app
24
24
25
25
### Additional guides
26
-
The following two guides from Zendesk will be helpful additional information as you progress through this guide:
26
+
The following three guides from Zendesk will be helpful additional information as you progress through this guide:
27
27
1.[Using OAuth authentication with your application](https://support.zendesk.com/hc/en-us/articles/4408845965210-Using-OAuth-authentication-with-your-application)
28
28
2.[Set up a global OAuth client](https://developer.zendesk.com/documentation/marketplace/building-a-marketplace-app/set-up-a-global-oauth-client/)
29
+
3.[Getting a trial or sponsored account for development](https://developer.zendesk.com/documentation/api-basics/getting-started/getting-a-trial-or-sponsored-account-for-development/)
29
30
30
31
### Creating a Zendesk app for Arcade
31
32
1. Create your Organization in the [Zendesk Marketplace portal](https://apps.zendesk.com/).
32
33
1. Create a Zendesk support account at https://www.zendesk.com/login . If you need a global OAuth client, then the subdomain MUST begin with "d3v-". You will need a global OAuth client if your app will use integrations/tools for multiple customers with their own Zendesk instances (multiple subdomains).
33
34
1. In [the Admin Center](https://support.zendesk.com/hc/en-us/articles/4581766374554#topic_hfg_dyz_1hb), click "Apps and integrations" in the sidebar, then select APIs > OAuth clients > Add OAuth client.
34
-
* Ensure your identifier is prefixed with "zdg-" If you will need a global OAuth client.
35
+
* Ensure your identifier is prefixed with "zdg-" if you will need a global OAuth client.
35
36
* Select "Public" for "Client kind".
36
37
* Use `https://cloud.arcade.dev/api/v1/oauth/callback` as your "Redirect URL".
37
38
1. Copy and store your identifier for later. This will be your **Client ID**.
38
39
1. Copy and store your generated secret for later. This will be your **Client Secret**.
39
40
1. (Only for Global OAuth client) Request a global OAuth client.
40
-
* Sign into the [Zendesk Marketplace portal](https://apps.zendesk.com/)
41
+
* First, you will need to request a sponsored account and wait for approval from Zendesk. You can request a sponsored account [here](https://developer.zendesk.com/documentation/api-basics/getting-started/getting-a-trial-or-sponsored-account-for-development/#requesting-a-sponsored-test-account).
42
+
* When filling out the sponsored account request form, ensure you select "App Developer / ISV" as your Developer Type.
43
+
* After you have a sponsored account, sign into the [Zendesk Marketplace portal](https://apps.zendesk.com/)
41
44
* Organization > Global OAuth Request and fill out the form. Zendesk will typically review your request within 1 week.
0 commit comments