-
-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Labels
Description
Authorization_code, client_credential, and password grant types all make an assignment of request.client_id = request.client.client_id
, e.g.
request.client_id = request.client_id or request.client.client_id |
This is missing from the refresh_token grant type, which causes downstream problems for code that expects a client_id to be populated.