Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
authenticate confidential client on grant_type == 'authentication_code'
ref: http://tools.ietf.org/html/rfc6749#section-3.2.1 > For example, the client makes the following HTTP request using TLS > (with extra line breaks for display purposes only): > > POST /token HTTP/1.1 > Host: server.example.com > Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW > Content-Type: application/x-www-form-urlencoded > > grant_type=authorization_code&code=SplxlOBeZQQYbYS6WxSbIA > &redirect_uri=https%3A%2F%2Fclient%2Eexample%2Ecom%2Fcb > > The authorization server MUST: > > o require client authentication for confidential clients or for any > client that was issued client credentials (or with other > authentication requirements),
- Loading branch information