zendesk app verify using oauth for my own app

3 Comentários

  • Eric Nelson
    Zendesk Developer Advocacy
    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.
    0
  • Andrew Wells

    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 

    0
  • Eric Nelson
    Zendesk Developer Advocacy
    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!
    0

Por favor, entrar para comentar.

Powered by Zendesk