oauth2-server icon indicating copy to clipboard operation
oauth2-server copied to clipboard

Is this most likely due to an expired or somehow invalid token?

Open justageek opened this issue 2 years ago • 1 comments

League\OAuth2\Server\Exception\OAuthServerException
The resource owner or authorization server denied the request.

justageek avatar Jul 31 '23 16:07 justageek

The access_denied error response is returned when the user (resource owner) denies the consent prompt, on "Authorization code", "Device Authorization", or "Implicit" grants/flows.

hafezdivandari avatar Feb 07 '25 13:02 hafezdivandari