Eleftheria Stein
774dd7bb13
Update to Spring Data Moore-SR6
...
Fixes gh-8248
2020-04-01 09:09:06 -04:00
Eleftheria Stein
6a9585dc0d
Update to Spring Framework 5.2.5
...
Fixes gh-8249
2020-03-31 18:06:26 -04:00
Eleftheria Stein
298d40b7a5
Update tests to use absolute paths
...
Fixes gh-8260
2020-03-31 18:05:27 -04:00
Joe Grandja
b01dc73275
Next development version
2020-03-31 17:55:27 -04:00
Joe Grandja
a78872f268
Unlock dependencies for 5.3.1.RELEASE
...
This reverts commit 88c02684bb54effb483d460031f5007610851f80.
2020-03-31 17:53:13 -04:00
Joe Grandja
8bd60e60bc
Release 5.3.1.RELEASE
5.3.1.RELEASE
2020-03-31 17:29:08 -04:00
Joe Grandja
88c02684bb
Lock dependencies for 5.3.1.RELEASE
2020-03-31 17:28:36 -04:00
Rob Winch
615f9a3f05
Fix HttpServlet3RequestFactory Logout Handlers
...
Previously there was a problem with Servlet API logout integration
when Servlet API was configured before log out.
This ensures that logout handlers is a reference to the logout handlers
vs copying the logout handlers. This ensures that the ordering does not
matter.
Closes gh-4760
2020-03-30 20:51:25 -05:00
Rob Winch
32c3353921
SpringTestContext returns ConfigurableWebApplicationContext
...
Closes gh-8233
2020-03-30 20:51:25 -05:00
Rob Winch
0e6e2b2a21
Fix HttpServlet3RequestFactory Logout Handlers
...
Previously there was a problem with Servlet API logout integration
when Servlet API was configured before log out.
This ensures that logout handlers is a reference to the logout handlers
vs copying the logout handlers. This ensures that the ordering does not
matter.
Closes gh-4760
2020-03-30 20:50:12 -05:00
Rob Winch
f82d59a1e5
SpringTestContext returns ConfigurableWebApplicationContext
...
Closes gh-8233
2020-03-30 20:50:12 -05:00
Ruby Hartono
401597c673
Improve OAuth2LoginAuthenticationProvider
...
1. update OAuth2LoginAuthenticationProvider to use
OAuth2AuthorizationCodeAuthenticationProvider
2. apply fix gh-5368 for OAuth2AuthorizationCodeAuthenticationProvider
to return additionalParameters value from accessTokenResponse
Fixes gh-5633
2020-03-30 21:09:17 -04:00
Ruby Hartono
45eb34c9a6
Improve OAuth2LoginAuthenticationProvider
...
1. update OAuth2LoginAuthenticationProvider to use
OAuth2AuthorizationCodeAuthenticationProvider
2. apply fix gh-5368 for OAuth2AuthorizationCodeAuthenticationProvider
to return additionalParameters value from accessTokenResponse
Fixes gh-5633
2020-03-30 21:08:59 -04:00
Ruby Hartono
71b4248fe6
Improve OAuth2LoginAuthenticationProvider
...
1. update OAuth2LoginAuthenticationProvider to use
OAuth2AuthorizationCodeAuthenticationProvider
2. apply fix gh-5368 for OAuth2AuthorizationCodeAuthenticationProvider
to return additionalParameters value from accessTokenResponse
Fixes gh-5633
2020-03-30 20:55:43 -04:00
Rob Winch
91728ef53b
Fix HttpServlet3RequestFactory Logout Handlers
...
Previously there was a problem with Servlet API logout integration
when Servlet API was configured before log out.
This ensures that logout handlers is a reference to the logout handlers
vs copying the logout handlers. This ensures that the ordering does not
matter.
Closes gh-4760
2020-03-30 17:50:28 -05:00
Rob Winch
b055f8bb25
SpringTestContext returns ConfigurableWebApplicationContext
...
Closes gh-8233
2020-03-30 17:46:25 -05:00
Joe Grandja
4c040e9e8e
Revert "Fix links in oauth2 doc"
...
This reverts commit 138e676b45996231f8dd288667e848a40f909cdf.
2020-03-30 13:40:44 -04:00
Joe Grandja
946de2a51e
Revert "Fix links in oauth2 doc"
...
This reverts commit ad5bfc868c731594fa626f0cbd229af6736bc451.
2020-03-30 13:31:08 -04:00
Eleftheria Stein
63c8072ebc
Add crypto Kotlin samples to docs
...
Issue gh-8172
2020-03-30 11:32:43 -04:00
Eleftheria Stein
018cbfa93f
Add preauth Kotlin samples to docs
...
Issue gh-8172
2020-03-30 11:31:59 -04:00
wassan128
138e676b45
Fix links in oauth2 doc
2020-03-27 16:57:38 -05:00
wassan128
ad5bfc868c
Fix links in oauth2 doc
2020-03-27 16:56:13 -05:00
Josh Cummings
258627eaee
SwitchUserFilter Defaults to POST
...
Fixes gh-4183
2020-03-27 14:40:38 -06:00
Josh Cummings
034c23d46c
SwitchUserFilter Defaults to POST
...
Fixes gh-4183
2020-03-27 14:25:28 -06:00
Josh Cummings
eed71243cb
SwitchUserFilter Defaults to POST
...
Fixes gh-4183
2020-03-27 13:41:49 -06:00
Josh Cummings
0bde3c5c8f
Clarify ServerBearerExchangeFilterFunction Docs
...
Fixes gh-8220
2020-03-27 13:25:46 -06:00
Josh Cummings
81ad2958bd
Clarify ServerBearerExchangeFilterFunction Docs
...
Fixes gh-8220
2020-03-27 13:23:57 -06:00
Andy Wilkinson
636f0b94cf
Upgrade to Gradle Enterprise Plugin 3.2
2020-03-27 12:44:12 -05:00
Eleftheria Stein
01f8eb3961
Update Encryptors documentation
...
Fixes gh-8208
2020-03-27 10:20:04 -04:00
Eleftheria Stein
4e8c177652
Update Encryptors documentation
...
Fixes gh-8208
2020-03-27 10:09:25 -04:00
Eleftheria Stein
7c0023ecc9
Update Encryptors documentation
...
Fixes gh-8208
2020-03-27 09:50:46 -04:00
Martin Nemec
a9a9c2c0fd
OAuth2 ClientRegistrations NPE fix when userinfo missing
...
Fixes gh-8187
2020-03-27 06:15:25 -04:00
Martin Nemec
dfc25dc245
OAuth2 ClientRegistrations NPE fix when userinfo missing
...
Fixes gh-8187
2020-03-27 06:13:50 -04:00
Martin Nemec
75c05d0bb4
OAuth2 ClientRegistrations NPE fix when userinfo missing
...
Fixes gh-8187
2020-03-27 05:58:28 -04:00
Eleftheria Stein
6d61b87213
Add security context holder Kotlin samples to docs
...
Issue gh-8172
2020-03-26 15:36:44 -04:00
Eleftheria Stein
8e5e0c4a9e
Add delegating filter proxy Kotlin samples to docs
...
Issue gh-8172
2020-03-26 15:35:51 -04:00
Eleftheria Stein
5b4cb5b13d
Add filter Kotlin samples to docs
...
Issue gh-8172
2020-03-26 15:10:42 -04:00
Josh Cummings
cb7786bf97
Malformed Bearer Token Returns 401 for WebFlux
...
Fixes gh-7668
2020-03-26 12:59:22 -06:00
Joe Grandja
4706b16a2b
oauth2Login WebFlux does not auto-redirect for XHR request
...
Fixes gh-8118
2020-03-26 05:09:45 -04:00
Joe Grandja
0230827335
oauth2Login WebFlux does not auto-redirect for XHR request
...
Fixes gh-8118
2020-03-26 05:08:58 -04:00
Joe Grandja
e27e548215
oauth2Login WebFlux does not auto-redirect for XHR request
...
Fixes gh-8118
2020-03-26 04:36:23 -04:00
Josh Cummings
98bd1a3f60
Polish Resource Server JWT Docs
...
Issue gh-5935
2020-03-25 16:33:31 -06:00
Josh Cummings
e00d3fcd62
Polish Resource Server JWT Docs
...
Issue gh-5935
2020-03-25 16:33:01 -06:00
Josh Cummings
e62b8a7585
Add Figures to Resource Server Docs
...
Fixes gh-8182
2020-03-25 16:30:48 -06:00
Josh Cummings
dcacd06360
Polish Resource Server JWT Docs
...
Issue gh-5935
2020-03-24 15:35:57 -06:00
Josh Cummings
9f970094e0
Polish Resource Server Multi-tenancy Docs
...
Issue gh-7532
2020-03-24 15:25:56 -06:00
Josh Cummings
8872d8b7d0
Polish Resource Server Multi-tenancy Docs
...
Issue gh-7532
2020-03-24 15:24:43 -06:00
Josh Cummings
1ebb73856b
Document JwtGrantedAuthoritiesConverter Features
...
Fixes gh-8176
2020-03-24 15:08:01 -06:00
Josh Cummings
933104d2d6
Document JwtGrantedAuthoritiesConverter Features
...
Fixes gh-8176
2020-03-24 14:39:08 -06:00
Joe Grandja
f06aa724bf
OAuth2ErrorHttpMessageConverter handles JSON object parameters
...
Fixes gh-8157
2020-03-24 14:57:24 -04:00