41 Commits (a4c2073bcd08a234d732eeb06ebff31cb4da9ecd)

Author SHA1 Message Date
Joe Grandja a06487c0f7 Move additionalParameters to TokenResponseAttributes 9 years ago
Joe Grandja 680984c242 SecurityTokenRepository associates SecurityToken to ClientRegistration 9 years ago
Joe Grandja 7fb386669f InMemoryClientRegistrationRepository -> enforce unique ClientRegistration's 9 years ago
Joe Grandja 9b61eba41d Add identifier strategy for ClientRegistration 9 years ago
Joe Grandja 991a154703 Add OIDC Client and User Authentication 9 years ago
Joe Grandja c54c622124 Re-structure OAuth2AuthenticationToken 9 years ago
Rob Winch e345dd106c Remove leading whitespaces 9 years ago
Joe Grandja 65b968f04a Move servlet-specific classes to 'web' package 9 years ago
Joe Grandja 9133eb1b78 Revert "Provide fix for Google iss claim" 9 years ago
Vedran Pavic 549decf00a Prefer `sub` claim as OIDC principal name 9 years ago
Joe Grandja 4ff0b52f74 Remove HttpClientConfig 9 years ago
Joe Grandja 223b126de5 Remove Serializable from OAuth2User 9 years ago
Joe Grandja 306f81b7f7 Minor renames to oauth2 client properties 9 years ago
Joe Grandja b6212cba66 Provide fix for Google iss claim 9 years ago
Joe Grandja 4951550d7d Add context path to authorization request URI 9 years ago
Luander Ribeiro ec908bb700 Add unit tests for endpoints package 9 years ago
Joe Grandja bc6be86aec Add in-memory AccessTokenRepository 9 years ago
Joe Grandja d6ba348a59 Add SecurityTokenRepository abstraction 9 years ago
Joe Grandja 93c2b2533e Allow configuring request paths for oauth2 filters 9 years ago
Rob Winch e16b8e7976 Fix logback-test.xml 9 years ago
Luander Ribeiro 65734414f7 Added HttpServletResponse to AuthorizationRequestRepository 9 years ago
Joe Grandja ef1de5eda0 Remove Accept header for UserInfo request 9 years ago
Joe Grandja c872499eee Enable custom configuration for HTTP client 9 years ago
Joe Grandja 3b42323b6d AuthorizationCodeRequestRedirectFilter -> always expand redirectUri 9 years ago
Joe Grandja c204cc2c31 Completed implementation in ClaimAccessor's 9 years ago
Joe Grandja 33423c46d3 Rename AbstractToken to SecurityToken 9 years ago
Joe Grandja f50812c385 Renamed methods in AuthorizationCodeRequestRedirectFilter 9 years ago
Joe Grandja 598a08e2d8 Update docs AuthorizationCodeAuthenticationProvider 9 years ago
Joe Grandja 9cfb890207 Use id_token for user authentication 9 years ago
Joe Grandja c986b6f4b5 Add support for JWT/JWS 9 years ago
Joe Grandja 6c0ecea494 Use java.util.Function instead of Converter 9 years ago
Joe Grandja 545339c663 Change AuthorizationGrantType from enum to class 9 years ago
Joe Grandja 4476df93e9 Change ResponseType from enum to class 9 years ago
Joe Grandja 336e247e70 Change AccessToken.TokenType from enum to class 9 years ago
Joe Grandja 435e389609 Change ClientAuthenticationMethod from enum to class 9 years ago
Joe Grandja 3ccf6764c1 Handle unsuccessful UserInfo response 9 years ago
Joe Grandja 521feb9a1b Update Boot samples to 2.0.0.M1 9 years ago
Rob Winch d81b436e5d Remove pom.xml from build 9 years ago
Vedran Pavic 85719fcd64 Use Base64 implementation provided by Java 8 9 years ago
Joe Grandja a458b682d6 Add package/class level javadoc in oauth2-client 9 years ago
Joe Grandja 829c386756 Add support for OAuth 2.0 Login 9 years ago