我正在尝试使用 FOSOAuthServerBundle,一切正常。我可以使用 oauth/v2/auth 对用户进行身份验证,但如果用户名和密码正确,我会收到以下错误消息:
Client not found.
404 Not Found - NotFoundHttpException
/var/www/www.billtrackapp.com/vendor/friendsofsymfony/oauth-server-bundle/FOS/OAuthServerBundle/Controller/AuthorizeController.php 中的堆栈跟踪在第 138 行
->findClientByPublicId($clientId); if (null === $client) { throw new NotFoundHttpException('Client not found.'); } $this->client = $client;
希望你能在这个问题上帮助我。
谢谢。