uafrica / oauth-server

OAuth Server
Other
51 stars 51 forks source link

Client authentication failed. #37

Closed sharif2008 closed 8 years ago

sharif2008 commented 8 years ago

Hi , I am finding this error

\ @Client authentication failed. League\OAuth2\Server\Exception\InvalidClientException**

League\OAuth2\Server\Grant\AuthCodeGrant->checkAuthorizeParams ROOT/vendor/uafrica/oauth-server/src/Controller/Component/OAuthComponent.php, line 104

When the url is

http://localhost/cakenull/oauth/?redir=oauth&client_id=1&response_type=code&scope=code&redirect_uri=/cakenull/users/callback

here is my versions:

"php": ">=5.5.9",

"cakephp/cakephp": "~3.2",
"mobiledetect/mobiledetectlib": "2.",
"cakephp/migrations": "~1.0",
"cakephp/plugin-installer": "",
"uafrica/oauth-server": "^0.2.0",
"friendsofcake/crud": "^4.3"

any idea please?