zendesk app verify using oauth for my own app
Hello Team
I will integrate Oauth in zendesk to my own app when install app from zendesk.
But now stuck for oauth process.
"authorize_uri": "https://example.com/oauth",
"access_token_uri": "https://example.com/oauth/access_token",
which url set there and how to manage this oauth process. how to verify oauth functionality green tick then install app.
-
Hey Kumar,
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.
-
Eric Nelson not to highjack this thread but when you set this up in the manifest file do you use the token with type oauth param as well? One of the issues I keep running into is that a secure setting has a char limit of 1024 and our token with the bare min in it is 1046 chars. Is there a way to set this or does using the oauth ui when the app is install ignore that size limit?
Thanks,Andrew Wells
-
Hey Andrew,
That's a great question. I'm going to touch base with the team that owns the proxy / Apps Framework to find out. I'll let you know what they say!
Por favor, entrar para comentar.
3 Comentários