thephpleague / oauth2-server-bundle

Symfony bundle for the OAuth2 Server.
MIT License
181 stars 88 forks source link

The authorization grant type is not supported by the authorization server. #187

Open shilpajh94 opened 5 months ago

shilpajh94 commented 5 months ago

iam getting this error "The authorization grant type is not supported by the authorization server." while calling this $server->respondToAccessTokenRequest($psrRequest,$psrresponse);

Anyone please help me to solve this.