124 Commits (c467dcdbe1df44403f34833decdd8dc5bb189192)

Author SHA1 Message Date
Joe Grandja 8527daa22a Make OAuth2UserService Generic using OAuth2AuthorizedClient and OAuth2User types 9 years ago
Joe Grandja 3b80b6ded8 Move AuthorizationRequestUriBuilder to oauth2-client 9 years ago
Joe Grandja ef197d8215 Move JwtDecoderRegistry to oauth2.client.jwt package 9 years ago
Joe Grandja 70543dcb30 Move oidc package in oauth2-core and oauth2-client 9 years ago
Joe Grandja c5da9e08fd Move AuthorizedClient to root package oauth2.client 9 years ago
Joe Grandja ef83bc8dd7 Move package client.authentication.userinfo -> client.userinfo 9 years ago
Joe Grandja 35fb96a2f8 Move OAuth2AuthenticationException to oauth2-core 9 years ago
Joe Grandja 027ea78dab Revert "Move OAuth2LoginAuthenticationProvider into userinfo package" 9 years ago
Joe Grandja 942b647c0d OAuth2LoginAuthenticationFilter processes uri /login/oauth2/code/* 9 years ago
Rob Winch 54547f35b7 Move OAuth2LoginAuthenticationProvider into userinfo package 9 years ago
Joe Grandja 18dd49b47c Validate ID Token 9 years ago
Joe Grandja d0a4e49870 Map custom OAuth2User types using String 9 years ago
Joe Grandja 1a3b9c1f3f Polish UserInfoRetriever 9 years ago
Joe Grandja 43d201fa3e Move OAuth2AuthenticationToken 9 years ago
Joe Grandja 9fbea5a11e Refactor SecurityTokenRepository 9 years ago
Joe Grandja 5237c6e01b Remove AuthorizedClient.getAuthorizedScopes() 9 years ago
Joe Grandja 5a584e5ccb Rename OAuth2/OIDC ClientAuthenticationToken -> AuthorizedClient 9 years ago
Joe Grandja 9b670882b7 Rename SecurityToken -> AbstractOAuth2Token 9 years ago
Rob Winch 1bd826897f UserInfoRetriever.retrieve accepts the type to convert 9 years ago
Joe Grandja 4dbbcabacf Rename AuthorizationCodeAuthenticationProvider -> OAuth2LoginAuthenticationProvider 9 years ago
Joe Grandja 049080290e Refactor OAuth2 AuthenticationProvider's 9 years ago
Joe Grandja 0fb32a052e OAuth2LoginAuthenticationFilter processes uri /login/oauth2/* 9 years ago
Joe Grandja 4ae24f2fbe Rename AuthorizationCodeAuthenticationFilter -> OAuth2LoginAuthenticationFilter 9 years ago
Joe Grandja 8e7838fa64 Verify UserInfo Response sub claim 9 years ago
Joe Grandja ff0009daed Add AuthorizationRequest.Builder.scope(String...) 9 years ago
Joe Grandja 8a416793aa Return AuthorizationRequest from AuthorizationRequestRepository.removeAuthorizationRequest 9 years ago
Joe Grandja 6d7d34c549 Move AuthorizationRequestUriBuilder and DefaultAuthorizationRequestUriBuilder 9 years ago
Joe Grandja f0c9f85292 spring-security-jwt-jose -> spring-security-oauth2-jose 9 years ago
Joe Grandja c94b3f4d23 Add AuthorizationExchange 9 years ago
Joe Grandja eb2b573426 Validate Authorization Response 9 years ago
Joe Grandja 8e3a2a7123 Remove AuthorizationCodeAuthenticationFilter.AuthorizationResponseMatcher 9 years ago
Joe Grandja 84a1c417a3 Extract Converter from AuthorizationResponseMatcher 9 years ago
Joe Grandja d4dac21ca5 Make ClientRegistration.Builder constructor private 9 years ago
Joe Grandja a980e3b0d7 Remove ClientRegistrationIdentifierStrategy 9 years ago
Joe Grandja f3756cdd07 Remove ClientRegistrationProperties 9 years ago
Joe Grandja 1f5edc98d5 ClientRegistration.Builder.scopes -> scope 9 years ago
Joe Grandja 1e891b38ab Rename scope -> scopes for Set types 9 years ago
Joe Grandja a77bdb0c5d Make AuthorizationRequest serializable 9 years ago
Rob Winch d7d6400971 DefaultStateGenerator->Base64StringKeyGenerator 9 years ago
Rob Winch d554b06a43 OAuth use ConcurrentHashMap 9 years ago
Rob Winch b764c666c6 Fix jwt package tangles 9 years ago
Rob Winch c5abcd1fcd DefaultAuthorizationRequestUriBuilder uses StringUtils 9 years ago
Joe Grandja 7b8d131386 Fix package tangles -> OAuth2/Oidc AuthenticationProvider's 9 years ago
Johnny Lim 25052214ae Polish 9 years ago
Joe Grandja a7d054c9f3 Remove AuthorizationGrantAuthenticator 9 years ago
Joe Grandja 3c824dc44b Fix package tangles -> OAuth2UserService 9 years ago
Joe Grandja cfa4858b04 Fix package tangles -> AuthorizationGrantTokenExchanger 9 years ago
Joe Grandja ea64d10d95 Polish jwt-jose 9 years ago
Joe Grandja c441f99567 Polish oauth2-client 9 years ago
Joe Grandja d4d7199a6d Polish oauth2-core 9 years ago