Joe Grandja
b463f8e6b5
Remove httpSecurity.oauth2Login().userInfoEndpoint().userNameAttributeName()
...
Related gh-4580
8 years ago
Joe Grandja
814742fef6
Rename ClientRegistration.clientAlias -> registrationId
...
Fixes gh-4575
8 years ago
Joe Grandja
38be35677d
Add userNameAttributeName to ClientRegistration
...
Fixes gh-4580
8 years ago
Joe Grandja
7fb3093617
Fix NPE InMemoryClientRegistrationRepository
8 years ago
Joe Grandja
0e9b2807bf
Split up NimbusOAuth2UserService
...
Fixes gh-4447
8 years ago
Joe Grandja
680984c242
SecurityTokenRepository associates SecurityToken to ClientRegistration
...
Fixes gh-4563
8 years ago
Joe Grandja
7fb386669f
InMemoryClientRegistrationRepository -> enforce unique ClientRegistration's
...
Fixes gh-4562
8 years ago
Joe Grandja
9b61eba41d
Add identifier strategy for ClientRegistration
...
Fixes gh-4561
8 years ago
Joe Grandja
991a154703
Add OIDC Client and User Authentication
...
Fixes gh-4521
8 years ago
Joe Grandja
c54c622124
Re-structure OAuth2AuthenticationToken
...
Fixes gh-4553
8 years ago
Rob Winch
e345dd106c
Remove leading whitespaces
8 years ago
Joe Grandja
65b968f04a
Move servlet-specific classes to 'web' package
...
Fixes gh-4366
8 years ago
Joe Grandja
4ff0b52f74
Remove HttpClientConfig
...
Issue gh-4478
8 years ago
Joe Grandja
306f81b7f7
Minor renames to oauth2 client properties
...
Fixes gh-4296
8 years ago
Joe Grandja
4951550d7d
Add context path to authorization request URI
...
Fixes gh-4510
8 years ago
Joe Grandja
bc6be86aec
Add in-memory AccessTokenRepository
...
Fixes gh-4508
8 years ago
Joe Grandja
d6ba348a59
Add SecurityTokenRepository abstraction
...
Fixes gh-4405
8 years ago
Joe Grandja
93c2b2533e
Allow configuring request paths for oauth2 filters
...
Fixes gh-4473
8 years ago
Rob Winch
e16b8e7976
Fix logback-test.xml
8 years ago
Luander Ribeiro
65734414f7
Added HttpServletResponse to AuthorizationRequestRepository
...
This change enables AuthorizationRequestRepository to possibly save the AuthorizationRequestAttributes to a cookie.
Fixes gh-4446
8 years ago
Joe Grandja
ef1de5eda0
Remove Accept header for UserInfo request
...
Fixes gh-4481
8 years ago
Joe Grandja
c872499eee
Enable custom configuration for HTTP client
...
Fixes gh-4477
9 years ago
Joe Grandja
3b42323b6d
AuthorizationCodeRequestRedirectFilter -> always expand redirectUri
...
Fixes gh-4444
9 years ago
Joe Grandja
f50812c385
Renamed methods in AuthorizationCodeRequestRedirectFilter
...
Fixes gh-4443
9 years ago
Joe Grandja
598a08e2d8
Update docs AuthorizationCodeAuthenticationProvider
...
Fixes gh-4450
9 years ago
Joe Grandja
9cfb890207
Use id_token for user authentication
...
Fixes gh-4410
9 years ago
Joe Grandja
6c0ecea494
Use java.util.Function instead of Converter
...
Fixes gh-4323
9 years ago
Joe Grandja
545339c663
Change AuthorizationGrantType from enum to class
...
Fixes gh-4291
9 years ago
Joe Grandja
4476df93e9
Change ResponseType from enum to class
...
Fixes gh-4292
9 years ago
Joe Grandja
336e247e70
Change AccessToken.TokenType from enum to class
...
Fixes gh-4293
9 years ago
Joe Grandja
435e389609
Change ClientAuthenticationMethod from enum to class
...
Fixes gh-4313
9 years ago
Joe Grandja
3ccf6764c1
Handle unsuccessful UserInfo response
...
Fixes gh-4351
9 years ago
Joe Grandja
521feb9a1b
Update Boot samples to 2.0.0.M1
...
Fixes gh-4339
9 years ago
Rob Winch
d81b436e5d
Remove pom.xml from build
...
Gradle is easy enough to import into IDEs, so pom.xml should no
longer be necessary.
This commit removes the pom.xml files from the build.
Fixes gh-4283
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
...
Fixes gh-4295
9 years ago
Joe Grandja
829c386756
Add support for OAuth 2.0 Login
...
Fixes gh-3907
9 years ago