10106 Commits

Author SHA1 Message Date
Josh Cummings
4374905801 Establish new Package Tangle Baseline
Ran ./gradlew check && ./gradlew s101 -Ps101.label=baseline

Issue gh-10333
2021-11-19 11:46:08 -07:00
Norbert Nowak
4bc55769a3 Import cleanup
Issue gh-10333
2021-11-19 11:46:08 -07:00
Norbert Nowak
4f186f2c1f Move Dsl files to annotation Package
Closes gh-10333
2021-11-19 11:46:08 -07:00
Jerome Prinet
0d8450a725 Bump up Gradle enterprise plugin to 3.7.2 2021-11-19 14:05:34 -03:00
Marcus Da Coregio
25feedb870 Fix removal of framework deprecated code
Issue https://github.com/spring-projects/spring-framework/issues/27686
2021-11-19 13:06:13 -03:00
Dávid Kováč
862122a267 Update clockSkew javadoc according to implementation
Closes gh-10174
2021-11-19 08:13:12 +01:00
Josh Cummings
2dac210cac Polish AuthRequestConverter Sample Doc
Issue gh-10364
2021-11-18 13:32:36 -07:00
Norbert Nowak
9316241c01 Fix AuthnRequestConverter Sample Typos
Closes gh-10364
2021-11-18 13:24:59 -07:00
Jeff Maxwell
879b2d089f Fix setJWTClaimSetJWSKeySelector Typo
Closes gh-10504
2021-11-16 15:29:23 -07:00
Jeff Maxwell
5913501e1a #10505 Fix jwtDecoder
Fixed jwtDecoder(JWTProcessor jwtProcessor, OAuth2TokenValidator<Jwt> jwtValidator)
2021-11-16 14:05:43 -07:00
Khaled Hamlaoui
498636e26b Allow custom OAuth2ErrorHttpMessageConverter with OAuth2ErrorResponseErrorHandler
Closes gh-10425
2021-11-16 14:52:08 -06:00
Rob Winch
bd34d70f97 Prevent Save @Transient Authentication with existing HttpSession
Previously, @Transient Authentication would get saved if an existing
HttpSession existed but it shouldn't.

This commit always prevents @Transient Authentication from being saved.

Closes gh-9992
2021-11-16 14:45:34 -06:00
« Christophe
e85958f65c Fix CsrfConfigurer default AccessDeniedHandler consistency
Fix when AccessDeniedHandler is specified per RequestMatcher on
ExceptionHandlingConfigurer.

This introduces evolutions on :
- CsrfConfigurer#getDefaultAccessDeniedHandler,
to retrieve an AccessDeniedHandler similar to the one used by
ExceptionHandlingConfigurer.
- OAuth2ResourceServerConfigurer#accessDeniedHandler, to continue to
handle CsrfException with the default AccessDeniedHandler implementation

Fixes: gh-6511
2021-11-16 14:25:03 -06:00
Rob Winch
0aa75e04b7 Fix imports for ChannelSecurityConfigurerTests
gh-7997
2021-11-16 14:07:53 -06:00
Stephane Nicoll
2e4c6c3bf1 Avoid using SpEL to change the meaning of the injection point
This commit removes the use of SpEL expression and replaces it with an
explicit call to the underlying method.
2021-11-16 13:53:29 -06:00
Onur Kagan Ozcan
ef25304a30 Add RedirectStrategy customization to ChannelSecurityConfigurer for RetryWith classes 2021-11-16 13:44:34 -06:00
Rob Winch
625c7d6473 Rename prefix/suffix in DelegatingPasswordEncoder
Issue gh-10273
2021-11-16 13:29:49 -06:00
heowc
912c762e12 Support for changing prefix and suffix in DelegatingPasswordEncoder
Closes gh-10273
2021-11-16 13:28:23 -06:00
Lars Grefer
10ac6dc761 Update aspectj-plugin to 6.3.0
Version 6.3.0 aligns with the used Gradle 7.3
2021-11-16 12:52:07 -06:00
Rob Winch
e398fbf2a7 Include 5.6.0 Release in docs 2021-11-15 16:37:47 -06:00
Josh Cummings
7236f2c5f2 Added authorizeHttpRequests Docs
Closes gh-10442
2021-11-15 15:35:23 -07:00
Joe Grandja
eceb9ed479 Polish gh-10479 2021-11-12 15:08:11 -05:00
Rob Winch
939a5581f2 Antora remove unnecessary logging 2021-11-11 16:07:43 -06:00
Rob Winch
3c39761ca1 Add --stacktrace Antora argument 2021-11-11 16:01:17 -06:00
Rob Winch
0f0be0b326 Remove old local-antora-playbook.yml 2021-11-11 16:01:17 -06:00
Rob Winch
c93595969e Add Spring Security 5.6.0-RC1 2021-11-11 16:01:17 -06:00
Steve Riesenberg
a3e658872c Update What's New for 5.6 2021-11-11 15:20:19 -06:00
Steve Riesenberg
9887b282ce Polish gh-10479 2021-11-11 14:05:55 -06:00
Rob Winch
cba5d3239e Fix versions 2021-11-11 13:38:48 -06:00
Rob Winch
4f88bb8e5f Antora Playbook 2021-11-11 13:37:08 -06:00
Steve Riesenberg
ab794bf67a Consistency update for servlet docs 2021-11-11 10:41:12 -06:00
Steve Riesenberg
83f76fa1f6 Separate OAuth 2.0 Client Reactive Docs
Related gh-10367
2021-11-11 10:41:12 -06:00
Steve Riesenberg
0c12aeb7a1 Revamp OAuth 2.0 Login Reactive documentation
Related gh-8174
2021-11-11 10:41:12 -06:00
Josh Cummings
2a6e00ceb0 Don't Cache ReactiveJwtDecoders Errors
Closes gh-10444
2021-11-10 17:33:03 -07:00
Josh Cummings
09a14bf8a0 Port Missing Integration Docs
Closes gh-10465
2021-11-10 16:08:57 -07:00
Josh Cummings
812d6f7b18 Use authorizeHttpRequests in Docs
Issue gh-8900
2021-11-10 16:08:57 -07:00
Josh Cummings
03504e2233 Update What's New Links 2021-11-10 16:08:57 -07:00
Marcus Da Coregio
b83693e9c9 Update to Gradle 7.3
Closes gh-10480
2021-11-10 11:05:18 -03:00
Steve Riesenberg
ea352e1c59 Add missing @since 5.6 2021-11-09 14:02:35 -06:00
Josh Cummings
75abf0cf78 Fix Broken Link
Issue gh-10367
2021-11-05 12:52:41 -06:00
Josh Cummings
3a3b2858d8 Restructure LDAP Logs
Issue gh-6311
2021-11-05 11:29:00 -06:00
Josh Cummings
50196537e1 Separate OAuth 2.0 Client Reactive Docs
Issue gh-10367
2021-11-04 12:45:39 -06:00
Josh Cummings
3db13de1e2 Separate OAuth 2.0 Login Servlet Docs
Issue gh-10367
2021-11-04 11:55:53 -06:00
Josh Cummings
8c508d6afa Separate OAuth 2.0 Client Servlet Docs
Issue gh-10367
2021-11-04 11:33:58 -06:00
Steve Riesenberg
b27c7e17f4 Document parameters converter in oauth2 client servlet docs
Closes gh-10467
2021-11-03 17:09:44 -05:00
Steve Riesenberg
49f3c0ce53 Document authentication helper method in WebClient integration
Closes gh-10120
2021-11-03 15:57:12 -05:00
Josh Cummings
869e379099 Separate Namespace Servlet Docs
Issue gh-10367
2021-11-01 17:49:15 -06:00
Rob Winch
c705a093a2 Quote the version for antora.yml 2021-11-01 15:35:37 -05:00
Rob Winch
e4a465a704 Put nav in generated docs 2021-11-01 10:27:34 -05:00
Rob Winch
e2c5772b3d Use explicit version from antora.yml 2021-11-01 09:58:23 -05:00