Hi All
I want to launch a global oauth app in Zendesk marketplace, but now I'm stuck because I don't know how to proceed with the application.
Here is my current application progress:
1. Does the app use a global Oauth client?
- Yes
2. Please provide the "client_id" for the global oauth client.
- I’m not sure how to get the "client_id" in Zendesk
3. Have you associated the global oauth client with your app following the instructions here?
- No, we currently use a per-customer confidential client.
4. Have you implemented the refresh token grant type? No. We utilize the Client Credentials Grant Type
- instead. The app securely calls the
/oauth/tokensendpoint directly in the background using each customer's specificclient_idandclient_secretto obtain a new access token.
5. Does the app have API headers implemented as required?
- No
