12767 Commits

Author SHA1 Message Date
Josh Cummings
5760b6dedf
Add AuthenticationServiceException Reactive Migration Steps
Issue gh-9429
Issue gh-12132
2022-11-02 18:02:53 -06:00
Josh Cummings
953c9294d0
Initial SAML Deprecation Preparation Steps
- Stop using Converter constructors
- Replace Saml2AuthenticationRequestContextResolver and
Saml2AuthenticationRequestFactory with
Saml2AuthenticationRequestResolver

Issue gh-11077
2022-11-02 18:01:03 -06:00
Josh Cummings
f9a2d22b40
Merge branch '5.8.x' 2022-11-02 15:49:49 -06:00
Josh Cummings
fc8e20b89f
Merge branch '5.8.x'
Closes gh-12133
2022-11-02 15:49:18 -06:00
Josh Cummings
ba8f344ccb
Add AuthenticationServiceException Reactive Preparation Steps
Issue gh-9429
Issue gh-12132
2022-11-02 15:48:04 -06:00
Josh Cummings
3192618220
Add authenticationFailureHandler
- To ServerHttpSecurity#httpBasic
- To ServerHttpSecurity#oauthResourceServer

Closes gh-12132
2022-11-02 15:35:01 -06:00
Josh Cummings
983f1d4efb
Merge branch '5.8.x'
Closes gh-12127
2022-11-01 18:08:08 -06:00
Josh Cummings
6622e0135a
Merge branch '5.7.x' into 5.8.x
Closes gh-12126
2022-11-01 18:06:41 -06:00
Josh Cummings
6efac34ca7
Merge branch '5.6.x' into 5.7.x
Closes gh-12125
2022-11-01 18:06:01 -06:00
Koos Gadellaa
5c4362bbc4
Refresh parsers when not found
Closes gh-3065
2022-11-01 18:05:15 -06:00
Josh Cummings
5fe59cc635
Revert "Add configurable authorities split regex"
This reverts commit e93ed6d94c6d0329ce375e20175454c2962d3b5e.

This can't be merged until after the 6.0 release
2022-11-01 17:39:26 -06:00
Patrick Walter
e93ed6d94c Add configurable authorities split regex
Before this commit splitting the authorities claim was done by a
hardcoded regex " ". This commit allows to configure to set any regex
to split the authorities claim while keeping the previously
hardcoded regex as a default.
2022-11-01 17:38:47 -06:00
Josh Cummings
cca999c57d
Merge remote-tracking branch 'origin/5.8.x' 2022-11-01 13:46:08 -06:00
Josh Cummings
d29ab8bcae
Merge branch '5.7.x' into 5.8.x 2022-11-01 13:43:40 -06:00
Josh Cummings
c94e33b6c8
Merge branch '5.6.x' into 5.7.x 2022-11-01 13:42:35 -06:00
Marcus Da Coregio
63fb14f8c8 Add Remember Me SHA-256 migration steps
Issue gh-12097
2022-11-01 15:42:21 -03:00
Ger Roza
8315545144 Update RP-Initiated Logout target URLs.
The URLs we're using are not actually pointing to the OIDC RP-Initiated Logout Specs.

Fixes: gh-12081
2022-11-01 12:35:39 -06:00
Marcus Da Coregio
990ee8b8a5 Merge branch '5.8.x'
Closes gh-12119
2022-11-01 15:35:12 -03:00
Marcus Da Coregio
7cbb9e82f9 Document how to opt-in for SHA256 in RememberMe
Closes gh-12097
2022-11-01 15:33:45 -03:00
Marcus Da Coregio
d701946089 Merge branch '5.8.x' 2022-11-01 08:18:30 -03:00
Marcus Da Coregio
6a4b279145 Merge branch '5.7.x' into 5.8.x 2022-11-01 08:17:50 -03:00
Marcus Da Coregio
752e943492 Merge branch '5.6.x' into 5.7.x 2022-11-01 08:17:03 -03:00
Dan Allen
e9db852d6e update generateAntora task to keep prerelease segment other than -SNAPSHOT in docs version 2022-11-01 08:13:43 -03:00
Josh Cummings
2a2f7a197c
Add AuthenticationEntryPointFailureHandler Migration Steps
Issue gh-9429
2022-10-31 16:40:21 -06:00
Josh Cummings
9c87488a24
Merge remote-tracking branch 'origin/5.8.x' 2022-10-31 16:33:46 -06:00
Josh Cummings
39f4fcd5f2
Add AuthenticationEntryPointFailureHandler Preparation Steps
Issue gh-9429
2022-10-31 16:33:25 -06:00
Josh Cummings
78a2b6cd77
Merge remote-tracking branch 'origin/5.8.x' 2022-10-31 15:46:48 -06:00
Josh Cummings
ac7f726a24
Add RunAsManager Preparation Steps
Closes gh-11337
2022-10-31 15:46:19 -06:00
Josh Cummings
4849cc0fd8
Merge remote-tracking branch 'origin/5.8.x' 2022-10-31 15:31:04 -06:00
Josh Cummings
c5badbc631
Add AccessDecisionManager Preparation Steps
Issue gh-11337
2022-10-31 15:25:05 -06:00
Josh Cummings
86c9d5cfbe
Remove Stray Horizontal Rules
Issue gh-11337
2022-10-31 15:24:59 -06:00
github-actions[bot]
92c1281a56 Next development version 2022-10-31 16:35:14 +00:00
github-actions[bot]
ef41b8c2f2 Next development version 2022-10-31 16:11:44 +00:00
github-actions[bot]
60f44b347f Release 5.6.9 5.6.9 2022-10-31 15:33:06 +00:00
github-actions[bot]
24e925ef4d Release 5.7.5 5.7.5 2022-10-31 15:25:11 +00:00
Steve Riesenberg
801ceb0832
Merge branch '5.8.x' 2022-10-31 08:58:14 -05:00
Steve Riesenberg
66f2f1cde7
Merge branch '5.7.x' into 5.8.x 2022-10-31 08:55:03 -05:00
Rob Winch
840518c142 Merge branch '5.8.x' 2022-10-28 15:58:16 -05:00
Rob Winch
4112adf6a0 Document Configure Default CsrfTOken BREACH Protection
Closes gh-12107
2022-10-28 15:57:25 -05:00
Rob Winch
96d7c78b67 Polish Document Defer load CsrfToken
Issue gh-12105
2022-10-28 15:51:28 -05:00
Rob Winch
6503688b02 Merge branch '5.8.x'
Closes gh-12106
2022-10-28 15:48:15 -05:00
Rob Winch
d860775b45 Document Defer load CsrfToken
Closes gh-12105
2022-10-28 15:41:25 -05:00
Josh Cummings
2a7a3aa7ee
Merge remote-tracking branch 'origin/5.8.x' 2022-10-28 13:52:30 -06:00
Josh Cummings
4938c394e4
Move Opt-out Steps
Closes gh-12104
2022-10-28 13:52:02 -06:00
Josh Cummings
4f5372a3a7
Add Request Security Migration Steps
Issue gh-11337
2022-10-28 12:25:44 -06:00
Steve Riesenberg
2915a70bf7
Merge branch '5.6.x' into 5.7.x 2022-10-28 13:05:48 -05:00
Josh Cummings
c3d129aa56
Merge remote-tracking branch 'origin/5.8.x' 2022-10-28 11:48:40 -06:00
Josh Cummings
8da916fa1c
Add Request Security Preparation Steps
Issue gh-11337
2022-10-28 11:48:21 -06:00
Steve Riesenberg
6530777742
Merge branch '5.5.x' into 5.6.x
Closes gh-dry-run
2022-10-28 11:31:50 -05:00
Marcus Da Coregio
1f481aafff
Fix AuthorizationFilter incorrectly extending OncePerRequestFilter
Closes gh-12102
2022-10-28 11:29:35 -05:00