{ "error": "invalid_client", "error_description": "Client authentication failed" }
There is a problem with the authentication.
Have you checked the credentials ?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I am using Laravel v12 and passport v13
While invoking the oauth/authorize I am getting following "invalid_client" response. But Client record is available DB
oauth/authorize? response_type=code &client_id=a0199cd77-bcdf-71c0-a0d0-636257c51f59 &redirect_uri=auth/callback &code_challenge=E9Melhoa2OwvFrEMTJguCHaoeK1t8URWbuGJSstw-cM& code_challenge_method=S256 &scope=user:read &state=cgdfgdd
{ "error": "invalid_client", "error_description": "Client authentication failed" }
Please or to participate in this conversation.