Steve Riesenberg
1ad2cfcf7b
Merge branch '6.1.x'
2023-10-25 15:52:10 -05:00
Steve Riesenberg
7bf08e48b1
Merge branch '6.0.x' into 6.1.x
2023-10-25 15:51:58 -05:00
Steve Riesenberg
017e8d9eb8
Merge branch '5.8.x' into 6.0.x
2023-10-25 15:51:18 -05:00
Steve Riesenberg
bfc31bacab
Polish Username/Password Authentication page
...
Issue gh-11926
(cherry picked from commit 781d575921
)
2023-10-25 15:50:53 -05:00
Steve Riesenberg
781d575921
Polish Username/Password Authentication page
...
Issue gh-11926
2023-10-25 15:47:23 -05:00
Marcus Da Coregio
70b0cd66e1
Merge branch '6.1.x'
...
Closes gh-14050
2023-10-25 13:46:50 -03:00
Marcus Da Coregio
e38fee2b40
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14049
2023-10-25 13:46:41 -03:00
Marcus Da Coregio
28dcceae2e
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14048
2023-10-25 13:46:32 -03:00
Marcus Da Coregio
ad2bea3350
Fail build if nimbus-jose-jwt version is not aligned
...
Closes gh-14047
2023-10-25 13:44:23 -03:00
Steve Riesenberg
8307196799
Add Kotlin examples to OAuth2 docs landing page
...
Issue gh-13785
2023-10-23 14:52:13 -05:00
Steve Riesenberg
78fbefb946
Fix links in What's New
2023-10-23 10:35:57 -05:00
Steve Riesenberg
975ac10f19
Merge branch '6.1.x'
...
Closes gh-14042
2023-10-19 16:44:03 -05:00
Steve Riesenberg
b4e0873b1e
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14041
2023-10-19 16:43:21 -05:00
Steve Riesenberg
bb732e9d35
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14040
2023-10-19 16:40:34 -05:00
Steve Riesenberg
5161712c35
Polish gh-13976
...
Closes gh-13757
2023-10-19 16:40:23 -05:00
Veli Döngelci
a6b872dcf3
Fix caching error state in ReactiveRemoteJWKSource
2023-10-19 16:40:13 -05:00
Marcus Da Coregio
10c85ccd29
Merge branch '6.1.x'
...
Closes gh-14039
2023-10-19 10:13:51 -03:00
Marcus Da Coregio
8ca7d19de6
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14038
2023-10-19 10:13:40 -03:00
Marcus Da Coregio
9b2b7e58b5
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14037
2023-10-19 10:03:33 -03:00
Marcus Da Coregio
70ad3bf749
relay_state should not be included in signing calculation when it is null
...
Closes gh-13913
2023-10-19 09:58:47 -03:00
Marcus Da Coregio
3806bbaca2
Merge branch '6.1.x'
2023-10-19 09:51:25 -03:00
Marcus Da Coregio
781d9d8972
Merge branch '6.0.x' into 6.1.x
2023-10-19 09:51:13 -03:00
Marcus Da Coregio
758496f646
Merge branch '5.8.x' into 6.0.x
2023-10-19 09:51:06 -03:00
Scott Shidlovsky
19c4e427ee
Update OpenSamlAuthenticationRequestResolverTests from Junit 4 to Junit 5
...
(cherry picked from commit 508f7d7b8a
)
2023-10-19 09:50:28 -03:00
Marcus Da Coregio
482a6e4bc1
Fix method removed by merge
2023-10-18 19:00:24 -03:00
Marcus Da Coregio
a804355f5c
Merge branch '6.1.x'
...
Closes gh-14035
2023-10-18 14:29:30 -03:00
Marcus Da Coregio
93905574d3
Merge branch '6.0.x' into 6.1.x
...
Closes gh-14034
2023-10-18 14:28:11 -03:00
Marcus Da Coregio
fb28ce6aa2
Merge branch '5.8.x' into 6.0.x
...
Closes gh-14033
2023-10-18 14:26:28 -03:00
Marcus Da Coregio
736f1c27cd
Remove updateDependencies plugin
...
Closes gh-13966
2023-10-18 14:12:25 -03:00
Marcus Da Coregio
26d3936b28
Update What's New in 6.2
2023-10-17 17:11:45 -03:00
Marcus Da Coregio
02989fede7
Revert "Allow minor versions for org.springframework group id"
...
This reverts commit d3f29ebd7b
.
2023-10-17 09:35:44 -03:00
github-actions[bot]
bf3c4418af
Next development version
2023-10-16 22:00:20 +00:00
github-actions[bot]
3fb1a5e7d2
Release 6.2.0-RC2
2023-10-16 21:32:37 +00:00
abramofranchetti
ab478a13bc
Clarify Effects Disabling CSRF Has On Logout
...
Issue gh-13062
2023-10-16 14:47:28 -06:00
valery1707
cc86afe658
Use same case for all fields in toString
2023-10-16 14:42:53 -06:00
Mark Chesney
d9399dfda0
Allow redirect status code to be customized
...
Closes gh-12797
2023-10-16 13:55:52 -06:00
Mark Chesney
2638555e53
Allow redirect strategy to be customized
...
Closes gh-12795
2023-10-16 13:55:52 -06:00
abilan
df5b7294db
Propagate SecurityContext in ChannelInterceptor
...
Add `SecurityContextPropagationChannelInterceptor` that
propagates the current security context through the
Spring Messaging API.
Namely, it adds the current security context into any
message before it is sent and then populates the security
context when that message is received, typically in a
separate thread.
2023-10-16 13:49:13 -06:00
Marcus Da Coregio
817e9d6991
Merge branch '6.1.x'
2023-10-16 14:07:10 -03:00
Marcus Da Coregio
e80dc513bb
Merge branch '6.0.x' into 6.1.x
2023-10-16 14:06:54 -03:00
Marcus Da Coregio
aa04ee1f71
Merge branch '5.8.x' into 6.0.x
2023-10-16 14:06:44 -03:00
github-actions[bot]
ec58bf0b28
Next development version
2023-10-16 16:06:01 +00:00
github-actions[bot]
ac0daa4dff
Next development version
2023-10-16 15:55:37 +00:00
github-actions[bot]
61215faa8d
Next development version
2023-10-16 15:55:34 +00:00
github-actions[bot]
4e3383ac6b
Next development version
2023-10-16 15:47:14 +00:00
github-actions[bot]
e4e31f2c90
Release 5.8.8
2023-10-16 15:21:39 +00:00
github-actions[bot]
5ead751a25
Release 6.0.8
2023-10-16 15:21:23 +00:00
github-actions[bot]
faafae7a31
Release 6.1.5
2023-10-16 15:21:03 +00:00
github-actions[bot]
52e646e0cf
Release 6.2.0-RC1
2023-10-16 15:20:44 +00:00
Marcus Da Coregio
ca5ed7f549
Include Spring Milestone Maven Registry in Dependabot
...
Closes gh-14029
2023-10-16 08:27:32 -03:00