Open
Description
Per RFC 6749 it should be possible to supply the Client ID and Client Secret using the HTTP Basic authentication scheme. As far as I can tell, the lib only supports sending the client credentials in the request-body.
This is actually not recommended per the RFC:
Including the client credentials in the request-body using the two
parameters is NOT RECOMMENDED and SHOULD be limited to clients unable
to directly utilize the HTTP Basic authentication scheme (or other
password-based HTTP authentication schemes).
As an example, Reddit only supports getting the access token using Basic authentication
Metadata
Metadata
Assignees
Labels
No labels