OAuth app error: Invalid Authorization Request, No such client | Community
Skip to main content

OAuth app error: Invalid Authorization Request, No such client

  • September 3, 2024
  • 3 replies
  • 0 views

Wayne13

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.

3 replies

Parth17
  • March 21, 2025

Getting the same issue, any solution?


Frances13
  • April 14, 2025

Getting the same issue too. Is this a bug?


Parth17
  • April 14, 2025

Setting outh client types to confidential worked for me