Joe Grandja
8527daa22a
Make OAuth2UserService Generic using OAuth2AuthorizedClient and OAuth2User types
...
Fixes gh-4706
9 years ago
Joe Grandja
3b80b6ded8
Move AuthorizationRequestUriBuilder to oauth2-client
...
Fixes gh-4703
9 years ago
Joe Grandja
ef197d8215
Move JwtDecoderRegistry to oauth2.client.jwt package
...
Fixes gh-4705
9 years ago
Joe Grandja
70543dcb30
Move oidc package in oauth2-core and oauth2-client
...
Fixes gh-4710
9 years ago
Joe Grandja
c5da9e08fd
Move AuthorizedClient to root package oauth2.client
...
Fixes gh-4709
9 years ago
Joe Grandja
ef83bc8dd7
Move package client.authentication.userinfo -> client.userinfo
...
Fixes gh-4708
9 years ago
Joe Grandja
35fb96a2f8
Move OAuth2AuthenticationException to oauth2-core
...
Fixes gh-4707
9 years ago
Joe Grandja
027ea78dab
Revert "Move OAuth2LoginAuthenticationProvider into userinfo package"
...
This reverts commit 54547f35b7bb2a35657dfd2713cbdd6543bc9597.
9 years ago
Joe Grandja
942b647c0d
OAuth2LoginAuthenticationFilter processes uri /login/oauth2/code/*
...
Issue gh-4687
9 years ago
Rob Winch
54547f35b7
Move OAuth2LoginAuthenticationProvider into userinfo package
...
Fix package tangles. OAuth2LoginAuthenticationProvider requires
OAuth2UserService which is in a child package. We should move
OAuth2LoginAuthenticationProvider to the same package.
Issue: gh-4614
9 years ago
Joe Grandja
18dd49b47c
Validate ID Token
...
Fixes gh-4440
9 years ago
Joe Grandja
d0a4e49870
Map custom OAuth2User types using String
...
Fixes gh-4691
9 years ago
Joe Grandja
1a3b9c1f3f
Polish UserInfoRetriever
...
Issue gh-4695
9 years ago
Joe Grandja
43d201fa3e
Move OAuth2AuthenticationToken
...
Fixes gh-4697
9 years ago
Joe Grandja
9fbea5a11e
Refactor SecurityTokenRepository
...
Fixes gh-4650
9 years ago
Joe Grandja
5237c6e01b
Remove AuthorizedClient.getAuthorizedScopes()
...
Fixes gh-4696
9 years ago
Joe Grandja
5a584e5ccb
Rename OAuth2/OIDC ClientAuthenticationToken -> AuthorizedClient
...
Fixes gh-4695
9 years ago
Joe Grandja
9b670882b7
Rename SecurityToken -> AbstractOAuth2Token
...
Fixes gh-4646
9 years ago
Rob Winch
1bd826897f
UserInfoRetriever.retrieve accepts the type to convert
...
Fixes gh-4688
9 years ago
Joe Grandja
4dbbcabacf
Rename AuthorizationCodeAuthenticationProvider -> OAuth2LoginAuthenticationProvider
...
Fixes gh-4690
9 years ago
Joe Grandja
049080290e
Refactor OAuth2 AuthenticationProvider's
...
Fixes gh-4689
9 years ago
Joe Grandja
0fb32a052e
OAuth2LoginAuthenticationFilter processes uri /login/oauth2/*
...
Fixes gh-4687
9 years ago
Joe Grandja
4ae24f2fbe
Rename AuthorizationCodeAuthenticationFilter -> OAuth2LoginAuthenticationFilter
...
Fixes gh-4686
9 years ago
Joe Grandja
8e7838fa64
Verify UserInfo Response sub claim
...
Fixes gh-4441
9 years ago
Joe Grandja
ff0009daed
Add AuthorizationRequest.Builder.scope(String...)
...
Fixes gh-4643
9 years ago
Joe Grandja
8a416793aa
Return AuthorizationRequest from AuthorizationRequestRepository.removeAuthorizationRequest
...
Fixes gh-4652
9 years ago
Joe Grandja
6d7d34c549
Move AuthorizationRequestUriBuilder and DefaultAuthorizationRequestUriBuilder
...
Fixes gh-4658
9 years ago
Joe Grandja
f0c9f85292
spring-security-jwt-jose -> spring-security-oauth2-jose
...
Fixes gh-4595
9 years ago
Joe Grandja
c94b3f4d23
Add AuthorizationExchange
...
Fixes gh-4660
9 years ago
Joe Grandja
eb2b573426
Validate Authorization Response
...
Fixes gh-4657, Issue gh-4654
9 years ago
Joe Grandja
8e3a2a7123
Remove AuthorizationCodeAuthenticationFilter.AuthorizationResponseMatcher
...
Fixes gh-4654
9 years ago
Joe Grandja
84a1c417a3
Extract Converter from AuthorizationResponseMatcher
...
Fixes gh-4653
9 years ago
Joe Grandja
d4dac21ca5
Make ClientRegistration.Builder constructor private
...
Fixes gh-4656
9 years ago
Joe Grandja
a980e3b0d7
Remove ClientRegistrationIdentifierStrategy
...
Fixes gh-4648
9 years ago
Joe Grandja
f3756cdd07
Remove ClientRegistrationProperties
...
Fixes gh-4649
9 years ago
Joe Grandja
1f5edc98d5
ClientRegistration.Builder.scopes -> scope
...
Fixes gh-4663
9 years ago
Joe Grandja
1e891b38ab
Rename scope -> scopes for Set types
...
Fixes gh-4644
9 years ago
Joe Grandja
a77bdb0c5d
Make AuthorizationRequest serializable
...
Fixes gh-4627
9 years ago
Rob Winch
d7d6400971
DefaultStateGenerator->Base64StringKeyGenerator
...
Rename and move DefaultStateGenerator since it is more generic than just
OAuth.
Fixes gh-4645
9 years ago
Rob Winch
d554b06a43
OAuth use ConcurrentHashMap
...
Fixes gh-4647
9 years ago
Rob Winch
b764c666c6
Fix jwt package tangles
...
JWT is part of OAuth2, so it should be a subpackage of oauth2.
Fixes gh-4614
9 years ago
Rob Winch
c5abcd1fcd
DefaultAuthorizationRequestUriBuilder uses StringUtils
...
Fixes gh-4642
9 years ago
Joe Grandja
7b8d131386
Fix package tangles -> OAuth2/Oidc AuthenticationProvider's
...
Fixes gh-4614
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
...
Fixes gh-4614
9 years ago
Joe Grandja
cfa4858b04
Fix package tangles -> AuthorizationGrantTokenExchanger
...
Fixes gh-4614
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