Have set up my server to generate a JWT which I was able to verify using jwt.io. But when my iOS app tries to use the token to authenticate with Zendesk, I get the following error: "failedToDecodeJWT". This is currently happening within the sandbox environment (haven't tried in production yet). Not sure how to troubleshoot at this point since it seems like the token should be valid.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


Are you seeing a request to
https://<your_subdomain>.zendesk.com/access/sdk/jwtand an HTTP status code in the response?Best,