Hello Team
I will integrate Oauth in zendesk to my own app when install app from zendesk.
But now stuck for oauth process.
Hello Team
I will integrate Oauth in zendesk to my own app when install app from zendesk.
But now stuck for oauth process.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
The authorize_uri is the auth endpoint in your application that will confirm the handshake with Zendesk. The "access_token_uri" is the url in your application that will provide Zendesk with the access token that allows it to access your application after the handshake has been complete from the authorize_uri.
Once that's been set, on installation of the app it will take the user through your oauth flow to login to your application. Once done, we'll store the access token and the app installation will complete.