最近搜索
没有最近搜索
OAuth app error: Invalid Authorization Request, No such client
已于 2024年9月03日 发布
We're creating a integration on our SaaS app that lets multiple customers' Zendesk accounts to authenticate, so we can read their tickets.
1. Created a dev account with Zendesk.
2. Admin → Apps & Integrations → Zendesk API → OAuth Clients → Add client
3. Set Unique identifier as our_test_app
4. Redirect a customer account to https://customer_subdomain.zendesk.com/oauth/authorizations/new?response_type=code&client_id=our_test_app&redirect_uri=http://our_app_domain/api/integrations/zendesk&scope=read
5. Got the Invalid Authorization Request No such client error
Am I missing a step somewhere? Thanks.
1
3
3 条评论
Parth Adhikari
Setting outh client types to confidential worked for me
0
Frances Liu
Getting the same issue too. Is this a bug?
0
Parth Adhikari
Getting the same issue, any solution?
0
登录再写评论。