Evgeniy Cheban
d121ab9565
Support A Well-Known URL for Changing Passwords
...
Closes gh-8657
2021-07-01 16:57:53 -06:00
Marcus Da Coregio
208e327629
Update docs links to point to minor version branches
...
Closes gh-9986
2021-07-01 09:08:53 -03:00
Marcus Da Coregio
51dfae1b91
Add samplesBranch property
...
Closes gh-10019
2021-07-01 09:08:30 -03:00
Marcus Da Coregio
85e95719a0
Update docs links to point to minor version branches
...
Closes gh-9986
2021-07-01 09:01:25 -03:00
Marcus Da Coregio
bb4facaafd
Add samplesBranch property
...
Closes gh-10019
2021-07-01 09:01:25 -03:00
Josh Cummings
81ded2a0e5
Polish Assertion
...
By using the supplier version of Assert.notNull, the
string concatenation is delayed.
Issue gh-3403
2021-06-30 10:12:27 -06:00
Marcus Da Coregio
19aa44af41
Improve Error Message for Invalid Properties
...
Closes gh-3403
2021-06-30 10:07:21 -06:00
Rob Winch
8bb69c4514
Update to use s01.oss.sonatype.org Maven Publishing
...
Closes gh-10024
2021-06-30 10:40:42 -05:00
Rob Winch
a752919cc9
Update to spring-build-conventions:0.0.23.2.RELEASE
...
Closes gh-10029
2021-06-30 10:27:53 -05:00
Daniel Garnier-Moiroux
37e2cc4e89
Fix Saml2WebSsoAuthenticationRequestFilter javadoc
...
Closes gh-10025
2021-06-30 13:55:35 +02:00
Daniel Garnier-Moiroux
2fd94752c9
Fix Saml2WebSsoAuthenticationRequestFilter javadoc
...
Closes gh-10025
2021-06-30 13:51:29 +02:00
Daniel Garnier-Moiroux
298068503b
Fix Saml2WebSsoAuthenticationRequestFilter javadoc
2021-06-30 13:41:52 +02:00
Marcus Hert da Coregio
03ded987af
Allow Defining Custom SAML Response Validator
...
Add a setter method into OpenSaml4AuthenticationProvider that allows defining a custom ResponseValidator
Closes gh-9721
2021-06-30 08:26:42 -03:00
Marcus Hert da Coregio
6474a9e76e
Allow Creating RelyingPartyRegistration from Metadata InputStream
...
Update SAML2 Login reference documentation to reflect the changes
Closes gh-9558
2021-06-30 08:02:24 -03:00
Rob Winch
56b1dfe0cf
Update to use s01.oss.sonatype.org
...
Closes gh-10015
2021-06-29 16:51:00 -05:00
Rob Winch
99f72a0299
Remove -PdeployDocsHost=docs-ip.spring.io
...
Closes gh-10021
2021-06-29 16:51:00 -05:00
Rob Winch
8ea65ac68f
Update to spring-build-conventions:0.0.38
...
Closes gh-10020
2021-06-29 16:50:43 -05:00
Rob Winch
ad45a74b34
Update to use s01.oss.sonatype.org
...
Closes gh-10015
2021-06-29 16:36:42 -05:00
Rob Winch
84118a7d44
Remove -PdeployDocsHost=docs-ip.spring.io
...
Closes gh-10021
2021-06-29 16:17:38 -05:00
Rob Winch
fb83ddabe2
Update to spring-build-conventions:0.0.38
...
Closes gh-10020
2021-06-29 16:14:43 -05:00
Marcus Da Coregio
58ebacc06f
Use springFrameworkVersion property in docs links
...
Closes gh-9987
2021-06-29 13:20:47 -03:00
Marcus Da Coregio
f0f6047888
Add springFrameworkVersion property in gradle
...
Closes gh-9954
2021-06-29 13:20:47 -03:00
Josh Cummings
e91cacfdaf
Polish no-parameter authorizeHttpRequests
...
- Cleaned up JavaDoc
- Updated implementation to align with no-parameter authorizeRequests
- Updated test names and content for clarity, specifically identified
tests that target no-parameter authorizeHttpRequests with noParameter in
the name
- Switched order of methods to match others in HttpSecurity
- Updated copyright year
Issue gh-9498
2021-06-28 15:45:24 -06:00
sdratler1
3820f0f3a3
Add no-parameter authorizeHttpRequests method
...
Closes gh-9498
2021-06-28 15:34:49 -06:00
Josh Cummings
0080aeee94
Add OpenSAML 3 and 4 Explanation
...
Closes gh-10014
2021-06-28 13:25:07 -06:00
Josh Cummings
5940b8dee7
Update to use OpenSaml4AuthenticationProvider
...
Closes gh-10013
2021-06-28 13:25:02 -06:00
Josh Cummings
8d3e58f074
Polish Whitespace
...
Issue gh-10013
2021-06-28 13:24:57 -06:00
/usr/local/ΕΨΗΕΛΩΝ
2c1126c5aa
Improve AuthenticationManagerBeanDefinitionParser XML parsing
...
Closes gh-7282
2021-06-28 13:42:02 +02:00
/usr/local/ΕΨΗΕΛΩΝ
5b1221a846
Improve AuthenticationManagerBeanDefinitionParser XML parsing
...
Closes gh-7282
2021-06-28 13:21:35 +02:00
/usr/local/ΕΨΗΕΛΩΝ
50a17f58db
Improve AuthenticationManagerBeanDefinitionParser XML parsing
...
Closes gh-7282
2021-06-28 12:19:39 +02:00
/usr/local/ΕΨΗΕΛΩΝ
61284ce22d
Improve AuthenticationManagerBeanDefinitionParser XML parsing
...
Closes gh-7282
2021-06-28 11:55:05 +02:00
/usr/local/ΕΨΗΕΛΩΝ
fe99c3b83b
https://stackoverflow.com/questions/67520600/redirect-to-different-page-after-login-based-on-user-role-with-spring-security/67531436#67531436
...
Closes gh-7282
2021-06-28 11:48:07 +02:00
Eleftheria Stein
da9d7414bd
Add remaining Kotlin samples to reference docs
...
Closes gh-8172
2021-06-24 11:49:13 +02:00
Eleftheria Stein
e313e6b89a
Apply DefaultLoginPageConfigurer before logout
...
If they are not applied in this order, then the LogoutConfigurer cannot
set the logoutSuccessUrl, because the DefaultLoginPageGeneratingFilter
does not exist yet.
This impacts users that inject the default HttpSecurity bean.
Closes gh-9973
2021-06-24 11:09:19 +02:00
Eleftheria Stein
fdd017d935
Apply DefaultLoginPageConfigurer before logout
...
If they are not applied in this order, then the LogoutConfigurer cannot
set the logoutSuccessUrl, because the DefaultLoginPageGeneratingFilter
does not exist yet.
This impacts users that inject the default HttpSecurity bean.
Closes gh-9973
2021-06-24 10:28:19 +02:00
Eleftheria Stein
94a3adb928
Apply DefaultLoginPageConfigurer before logout
...
If they are not applied in this order, then the LogoutConfigurer cannot
set the logoutSuccessUrl, because the DefaultLoginPageGeneratingFilter
does not exist yet.
This impacts users that inject the default HttpSecurity bean.
Closes gh-9973
2021-06-24 10:26:13 +02:00
Rob Winch
e98b6c617b
Add Name for Check Milestone
...
Issue gh-9989
2021-06-22 14:04:37 -05:00
Rob Winch
3656e08b49
Notify if Milestone Invalid
...
Issue gh-9989
2021-06-22 13:54:18 -05:00
Rob Winch
1545ccb406
Add milestone-spring-releasetrain.yml
...
Check if milestones are part of the release train
Closes gh-9989
2021-06-22 13:49:54 -05:00
Marcus Da Coregio
cee42ec0bf
Next development version
2021-06-22 10:20:51 -03:00
Marcus Da Coregio
b0d22d1a03
Revert "Lock Dependencies"
...
This reverts commit eb300c78bdbbce27f21bdf8d67913670edf043e7.
2021-06-22 10:20:07 -03:00
Marcus Da Coregio
01c1c192d1
Release 5.3.10.RELEASE
5.3.10.RELEASE
2021-06-22 09:38:32 -03:00
Josh Cummings
bfeb6bd756
Next Development Version
2021-06-21 12:59:19 -06:00
Steve Riesenberg
5137a653ff
Next Development Version
2021-06-21 13:02:52 -05:00
Steve Riesenberg
c17767883f
Revert "Lock Dependencies for Release"
...
This reverts commit d71be4ca28afa6e9ed9c0d30ee5dae74a5eb1987.
2021-06-21 12:57:05 -05:00
Marcus Da Coregio
a840aa7531
Next development version
2021-06-21 14:45:35 -03:00
Josh Cummings
e41360b4a3
Release 5.5.1
5.5.1
2021-06-21 11:00:32 -06:00
Josh Cummings
e2e06539fc
Remove commons-codec constraint
...
Closes gh-9977
2021-06-21 10:41:22 -06:00
Josh Cummings
93f59a228b
Update to OpenSAML 4.1.1
...
Closes gh-9976
2021-06-21 10:41:11 -06:00
Josh Cummings
b2bb014492
Update to nimbus-jose-jwt 9.10
...
Closes gh-9975
2021-06-21 10:41:06 -06:00