I am trying to use FOSOAuthServerBundle, everything is OK. I can authentificate an user with oauth/v2/auth BUT, if the username and password are good, I have this error message:
Client not found.
404 Not Found - NotFoundHttpException
Stack Trace in /var/www/www.billtrackapp.com/vendor/friendsofsymfony/oauth-server-bundle/FOS/OAuthServerBundle/Controller/AuthorizeController.php at line 138
->findClientByPublicId($clientId); if (null === $client) { throw new NotFoundHttpException('Client not found.'); } $this->client = $client;
Hope you can help me on this issue.
Thanks.