ZIS OAuth error | Community
Skip to main content

ZIS OAuth error

  • December 20, 2021
  • 3 replies
  • 0 views

Megumi

Hi, I'm trying a tutrial for ZIS here, https://developer.zendesk.com/documentation/integration-services/zis-tutorials/zendesk-app-admin-interface/app-oauth/ .

But it failed at Slack OAuth process in Part 2.
https://developer.zendesk.com/documentation/integration-services/zis-tutorials/zendesk-app-admin-interface/zis-obtain-oauth-token/#kick-off-a-slack-oauth-flow

I got an error after clicked the redirect url, which was retuened from /api/services/zis/connections/oauth/start/{integration_key}.
The redirected URL was https://zis.zendesk.com/api/services/zis/connections/oauth/callback?code=....&state=.... and the error body was

{"errors":[{"status":"400","code":"1301","detail":" : oauth2: server response missing access_token"}]}

This is different result from the tutorial. There was no verification_token parameter. Demo app has the same error.

What am I missing in the tutorial?

3 replies

  • January 7, 2022

Hi Megumi,

Thanks for reaching out to us, and I'm sorry it's taken us a while to come back to you.

Are you still having this problem?  If so, let's create a ticket so we can gather some specific details about your setup etc in private.


Megumi
  • Author
  • January 11, 2022

Hi David, I tried again this, and I am still having the same problem.


Megumi
  • Author
  • January 17, 2022

This was Slack OAuth Client secret problem and already fixed.