Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Missing assignment of request.client_id #641

@thedustyrover

Description

@thedustyrover

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugOAuth2-ProviderThis impact the provider part of OAuth2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions