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
As per https://tools.ietf.org/html/rfc6749#section-4.1.1 the scope is a required parameter for the authorisation request (which #451 fixes), and is not actually defined for the access token request (which is where the library currently tries to perform scope validation here)
We should remove the validateScope call from the auth_code grant, as the scope parameter is not expected in the token request
The text was updated successfully, but these errors were encountered:
Per #629 (comment)
We should remove the validateScope call from the auth_code grant, as the scope parameter is not expected in the token request
The text was updated successfully, but these errors were encountered: