spring-security/oauth2/oauth2-core
mhyeon.lee 3c461b704c Add AuthenticationMethod type
This section defines three methods of sending bearer access tokens
in resource requests to resource servers.
Clients MUST NOT use more than
one method to transmit the token in each request.

RFC6750 Section 2 Authenticated Requests
https://tools.ietf.org/html/rfc6750#section-2

Add AuthenticationMethod in ClientRegistration UserInfoEndpoint.

Add AuthenticationMethod for OAuth2UserService to get User.

To support the use of the POST method.
https://tools.ietf.org/html/rfc6750#section-2.2

gh-5500
2018-07-20 11:32:51 -04:00
..
src Add AuthenticationMethod type 2018-07-20 11:32:51 -04:00
spring-security-oauth2-core.gradle Add OAuth2AccessTokenResponseBodyExtractor 2018-07-02 12:41:44 -05:00