You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the OAuth2 spec, when you're using the refresh_token grant and the refresh token has expired, it should return an invalid_grant error. But this server actually returns a invalid_request error.
invalid_grant
The provided authorization grant (e.g., authorization
code, resource owner credentials) or refresh token is
invalid, expired, revoked, does not match the redirection
URI used in the authorization request, or was issued to
another client.
The text was updated successfully, but these errors were encountered:
jacobweber
changed the title
Spec compliance: invalid_request return when refresh token invalid
Spec compliance: invalid_request returned when refresh token invalid
Feb 5, 2019
According to the OAuth2 spec, when you're using the
refresh_token
grant and the refresh token has expired, it should return aninvalid_grant
error. But this server actually returns ainvalid_request
error.The text was updated successfully, but these errors were encountered: