Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes error "unauthorized_client: invalid client secret" when cl…
…ient includes secret in Authorization header rather than request body. OAuth spec permits both: https://www.rfc-editor.org/rfc/rfc6749#section-2.3.1 > Clients in possession of a client password MAY use the HTTP Basic authentication scheme ... Alternatively, the authorization server MAY support including the client credentials in the request-body Sanity validation that client id and client secret in request are consistent with Authorization header. Improve error descriptions. Error codes remain the same.
- Loading branch information