Rob Winch
|
0805ef0394
|
Disable Spring IO
We need to publish the spring-security-oauth2-jose module
|
2017-10-23 09:08:17 -04:00 |
Joe Grandja
|
f0c9f85292
|
spring-security-jwt-jose -> spring-security-oauth2-jose
Fixes gh-4595
|
2017-10-23 09:04:01 -04:00 |
Kazuki Shimizu
|
c7f4160e04
|
Fix Javadoc of PasswordEncoderFactories#createDelegatingPasswordEncoder
See gh-4666
|
2017-10-22 11:54:32 -05:00 |
Joe Grandja
|
21280386a1
|
Update to hibernate-validator 6.0.2.Final
Issue gh-4667
|
2017-10-21 19:26:23 -04:00 |
Joe Grandja
|
c94b3f4d23
|
Add AuthorizationExchange
Fixes gh-4660
|
2017-10-20 20:59:32 -04:00 |
Joe Grandja
|
eb2b573426
|
Validate Authorization Response
Fixes gh-4657, Issue gh-4654
|
2017-10-20 20:59:32 -04:00 |
Rob Winch
|
d152a2e2c1
|
Add PasswordEncoderFactories
Issue gh-4666
|
2017-10-20 13:26:17 -05:00 |
Rob Winch
|
d0332eb71a
|
Add DelegatingPasswordEncoder
Fixes gh-4666
|
2017-10-20 13:26:17 -05:00 |
Joe Grandja
|
8e3a2a7123
|
Remove AuthorizationCodeAuthenticationFilter.AuthorizationResponseMatcher
Fixes gh-4654
|
2017-10-20 06:09:31 -04:00 |
Joe Grandja
|
84a1c417a3
|
Extract Converter from AuthorizationResponseMatcher
Fixes gh-4653
|
2017-10-20 04:56:07 -04:00 |
Joe Grandja
|
a49047dec5
|
Fix OAuth2LoginApplicationTests
Issue gh-4659
|
2017-10-20 04:41:48 -04:00 |
Joe Grandja
|
eb82a79068
|
OAuth2 login url starts with /login/
Fixes gh-4659
|
2017-10-19 17:32:21 -04:00 |
Joe Grandja
|
d4dac21ca5
|
Make ClientRegistration.Builder constructor private
Fixes gh-4656
|
2017-10-19 14:15:59 -04:00 |
Joe Grandja
|
a980e3b0d7
|
Remove ClientRegistrationIdentifierStrategy
Fixes gh-4648
|
2017-10-19 13:40:06 -04:00 |
Joe Grandja
|
f3756cdd07
|
Remove ClientRegistrationProperties
Fixes gh-4649
|
2017-10-19 13:27:54 -04:00 |
Joe Grandja
|
ee6c1f2ddd
|
Add temporary GlobalAuthenticationConfigurerAdapter
Fixes gh-4664
|
2017-10-19 12:15:35 -04:00 |
Joe Grandja
|
e91da5959c
|
Remove auto-config classes from oauth2Login sample
Fixes gh-4638
|
2017-10-19 11:27:22 -04:00 |
Joe Grandja
|
28cd7e3d3d
|
Update to Boot 2.0.0.M5
Fixes gh-4639
|
2017-10-19 11:27:10 -04:00 |
Joe Grandja
|
d34fa2bde3
|
Update to javax.validation-api-2.0.0.Final
Fixes gh-4640
|
2017-10-19 11:26:55 -04:00 |
Joe Grandja
|
1f5edc98d5
|
ClientRegistration.Builder.scopes -> scope
Fixes gh-4663
|
2017-10-19 11:24:01 -04:00 |
Joe Grandja
|
1e891b38ab
|
Rename scope -> scopes for Set types
Fixes gh-4644
|
2017-10-18 17:56:39 -04:00 |
Rob Winch
|
b81c1ce2c0
|
Move spring-security-webflux into spring-security-web
Fixes gh-4662
|
2017-10-18 16:20:09 -05:00 |
Rob Winch
|
d231441cc0
|
EnableWebFluxSecurityTests uses SpringTestRule
This will hopefully resolve the periodic failures in
EnableWebFluxSecurityTests
|
2017-10-18 15:14:43 -05:00 |
Rob Winch
|
9d46af3d7c
|
Introduce SpringTestContext
This adds support for testing different configurations per method.
|
2017-10-18 15:14:43 -05:00 |
Joe Grandja
|
a77bdb0c5d
|
Make AuthorizationRequest serializable
Fixes gh-4627
|
2017-10-18 15:55:37 -04:00 |
Rob Winch
|
d7d6400971
|
DefaultStateGenerator->Base64StringKeyGenerator
Rename and move DefaultStateGenerator since it is more generic than just
OAuth.
Fixes gh-4645
|
2017-10-18 11:29:04 -05:00 |
Rob Winch
|
d554b06a43
|
OAuth use ConcurrentHashMap
Fixes gh-4647
|
2017-10-17 22:17:09 -05:00 |
Rob Winch
|
b764c666c6
|
Fix jwt package tangles
JWT is part of OAuth2, so it should be a subpackage of oauth2.
Fixes gh-4614
|
2017-10-17 21:06:27 -05:00 |
Rob Winch
|
c5abcd1fcd
|
DefaultAuthorizationRequestUriBuilder uses StringUtils
Fixes gh-4642
|
2017-10-17 20:24:43 -05:00 |
Joe Grandja
|
7b8d131386
|
Fix package tangles -> OAuth2/Oidc AuthenticationProvider's
Fixes gh-4614
|
2017-10-16 20:56:32 -04:00 |
Rob Winch
|
983d019ee8
|
Polish
Add back explicit casting to ensure compatibility if
overloaded methods are added.
Issue: gh-4632
|
2017-10-16 18:33:40 -05:00 |
Johnny Lim
|
25052214ae
|
Polish
|
2017-10-16 18:33:27 -05:00 |
Rob Winch
|
a74f7c6faa
|
Fix CSRF / DefaultLoginPageGeneratingFilter package tangle
Issue: gh-4636
|
2017-10-16 16:36:49 -05:00 |
Rob Winch
|
7fd1cff3ce
|
Fix PrePostAdviceReactiveMethodInterceptor tangle
Issue: gh-4636
|
2017-10-16 16:36:43 -05:00 |
Rob Winch
|
579282437b
|
Move GlobalAuthenticationConfigurerAdapter
Issue: gh-4636
|
2017-10-16 16:36:33 -05:00 |
Rob Winch
|
1dc49276f8
|
Fix P tangle
Issue: gh-4636
|
2017-10-16 16:36:15 -05:00 |
Rob Winch
|
06c87d0079
|
Update to Spring Data Kay-BUILD-SNAPSHOT
Fixes gh-4634
|
2017-10-16 16:30:59 -05:00 |
Rob Winch
|
d574d61abe
|
Update to Reactor Bismuth-BUILD-SNAPSHOT
Fixes gh-4635
|
2017-10-16 16:30:59 -05:00 |
Rob Winch
|
96f6368214
|
Update to Spring Framework 5.0.1.BUILD-SNAPSHOT
Fixes gh-4633
|
2017-10-16 16:30:59 -05:00 |
Joe Grandja
|
a7d054c9f3
|
Remove AuthorizationGrantAuthenticator
|
2017-10-16 13:43:11 -04:00 |
Joe Grandja
|
3c824dc44b
|
Fix package tangles -> OAuth2UserService
Fixes gh-4614
|
2017-10-13 18:59:41 -04:00 |
Joe Grandja
|
cfa4858b04
|
Fix package tangles -> AuthorizationGrantTokenExchanger
Fixes gh-4614
|
2017-10-13 16:35:48 -04:00 |
Joe Grandja
|
ea64d10d95
|
Polish jwt-jose
|
2017-10-13 07:09:00 -04:00 |
Joe Grandja
|
c441f99567
|
Polish oauth2-client
|
2017-10-13 07:09:00 -04:00 |
Joe Grandja
|
d4d7199a6d
|
Polish oauth2-core
|
2017-10-13 07:09:00 -04:00 |
Rob Winch
|
211e8eae90
|
Remove formLogin() and httpBasic() from defaults
|
2017-10-12 16:41:01 -05:00 |
Rob Winch
|
5fae710d69
|
Polish ServerHttpSecurityConfigurationBuilder
Fix copyright
|
2017-10-12 16:20:18 -05:00 |
Rob Winch
|
30487c3b4b
|
Polish ServerHttpSecurity testing
|
2017-10-12 15:54:54 -05:00 |
Rob Winch
|
015cc2203e
|
Fix ServerHttpSecurity
|
2017-10-12 15:54:54 -05:00 |
Rob Winch
|
8c7fa85107
|
Polish ServerLogoutSuccessHandler
Extract to be used by LogoutWebFilter
Issue: gh-4616
|
2017-10-12 14:29:51 -05:00 |