spring-authorization-server/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/authentication
Joe Grandja c00226d0c6 Store authorizedScopes attribute for client_credentials grant
Issue gh-213
2021-02-10 19:37:14 -05:00
..
JwtUtils.java Set iss claim in Jwt using configured issuer 2021-02-10 08:47:19 -05:00
OAuth2AccessTokenAuthenticationToken.java Add OpenID Connect 1.0 Authorization Code Flow 2020-12-10 15:47:12 -05:00
OAuth2AuthenticationProviderUtils.java Improve OAuth2Authorization model 2021-02-08 19:36:14 -05:00
OAuth2AuthorizationCodeAuthenticationProvider.java OAuth2AccessToken.scopes includes authorized or requested scopes 2021-02-10 15:45:26 -05:00
OAuth2AuthorizationCodeAuthenticationToken.java Introduce base Authentication for authorization grant 2021-02-05 11:48:21 -05:00
OAuth2AuthorizationGrantAuthenticationToken.java Introduce base Authentication for authorization grant 2021-02-05 11:48:21 -05:00
OAuth2ClientAuthenticationProvider.java Rename TokenType to OAuth2TokenType 2021-02-09 13:29:06 -05:00
OAuth2ClientAuthenticationToken.java Add client secret POST authentication method support 2020-11-10 16:56:29 +05:30
OAuth2ClientCredentialsAuthenticationProvider.java Store authorizedScopes attribute for client_credentials grant 2021-02-10 19:37:14 -05:00
OAuth2ClientCredentialsAuthenticationToken.java Introduce base Authentication for authorization grant 2021-02-05 11:48:21 -05:00
OAuth2RefreshTokenAuthenticationProvider.java OAuth2AccessToken.scopes includes authorized or requested scopes 2021-02-10 15:45:26 -05:00
OAuth2RefreshTokenAuthenticationToken.java Introduce base Authentication for authorization grant 2021-02-05 11:48:21 -05:00
OAuth2TokenRevocationAuthenticationProvider.java Improve OAuth2Authorization model 2021-02-08 19:36:14 -05:00
OAuth2TokenRevocationAuthenticationToken.java Polish gh-84 2020-10-28 16:03:17 -04:00