Josh Cummings
3469bcb822
Address Antora Warnings
2023-05-10 15:51:49 -06:00
Josh Cummings
b4083f1b9e
Revert "gh-13136 fixed log level related bug"
...
This reverts commit 1e093db1b6
.
2023-05-08 15:23:17 -06:00
stnor
1e093db1b6
gh-13136 fixed log level related bug
2023-05-08 15:18:14 -06:00
Marcus Da Coregio
e61adcb0cd
Clarify that Kotlin DSL needs an import
...
Closes gh-13092
2023-04-26 15:56:47 -03:00
Ruslan Stelmachenko
caa4093619
Fix javadoc for migration from WebSecurityConfigurerAdapter
2023-04-24 16:32:16 -06:00
Amal Krishna
8bec14009e
Fix typo in SecurityMockMvcResultMatchers.java
...
Change the first parameter's name of the AuthenticatedMatcher.withAuthentication() method from assesrtAuthentication to assertAuthentication
2023-04-19 11:25:55 -03:00
SeasonPan
556ae316ba
fix typo of modules.adoc
2023-04-19 11:25:55 -03:00
github-actions[bot]
53d007f062
Next development version
2023-04-17 16:04:08 +00:00
github-actions[bot]
d6eeafb10c
Release 5.7.8
2023-04-17 15:21:42 +00:00
Marcus Da Coregio
2d52fb8e4b
Clear Repository on Logout
2023-04-17 06:47:57 -03:00
Marcus Da Coregio
37d8846652
Update org.springframework.data to 2021.2.11
...
Closes gh-13019
2023-04-14 13:57:28 -03:00
Marcus Da Coregio
74b8c6715b
Update org.springframework to 5.3.27
...
Closes gh-13018
2023-04-14 10:41:45 -03:00
Marcus Da Coregio
8c9275067e
Update org.eclipse.jetty to 9.4.51.v20230217
...
Closes gh-13017
2023-04-14 10:41:41 -03:00
Marcus Da Coregio
4b8bfee7c5
Update blockhound to 1.0.8.RELEASE
...
Closes gh-13016
2023-04-14 10:41:37 -03:00
Marcus Da Coregio
b727f24c95
Update io.projectreactor to 2020.0.31
...
Closes gh-13014
2023-04-14 10:41:31 -03:00
Marcus Da Coregio
d55c8aac4f
Update logback-classic to 1.2.12
...
Closes gh-13013
2023-04-14 10:41:27 -03:00
Nick Meverden
c4e9fb885d
Delay JWSVerificationKeySelector Construction
...
Updating the NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder processor to execute the ConfigurableJWTProcessor customizations before holding a reference to the JWSKeySelector.
Closes gh-12960
2023-04-12 12:45:00 -06:00
Christian Marck
442faccb5f
Avoid NPE in FilterInvocation
...
Handle unknown headers in dummy request wrapper.
Closes gh-12998
2023-04-11 17:01:59 -06:00
Marcus Da Coregio
e25117856e
Add static imports to code snippets
...
Closes gh-6597
2023-04-11 09:56:19 -03:00
Yuanhang Guo
c69df9fba0
Fix javadoc typo in ReactiveAuthorizationManager
...
Closes gh-12978
2023-04-10 11:24:49 -05:00
Josh Cummings
39cee36065
Use SingletonSupplier
...
Issue gh-9991
2023-04-04 13:25:31 -06:00
Tatiana Slednikova
a106188add
Add nameIdFormat processing to OpenSamlAuthenticationRequestResolver
...
Closes gh-12825
2023-03-27 16:33:11 -06:00
Martin Tarjányi
5eefe9dcff
Fix typo in SessionManagementConfigurer javadoc
2023-03-22 10:07:44 -03:00
Siva Kumar Edupuganti
98321b769a
Fixed Broken Support Link
...
Closes gh-12759
2023-03-20 16:59:04 -06:00
twosom
3d7e22a4e9
Add test to SimpleUrlAuthenticationSuccessHandlerTests
2023-03-20 16:20:30 -06:00
Marcus Da Coregio
84cca81edf
Use HttpSessionSecurityContextRepository by default in SwitchUserFilter
...
Closes gh-12834
2023-03-07 13:27:18 -03:00
bist
094bf1b527
Validate hasRole Input
...
There are no check for role prefix in AuthorizeHttpRequestsConfigurer#XXXrole
methods. This PR adds check for the same. Now the configuration
will fail if role/s start with prefix for hasRole and hasAnyRole methods.
Closes #12581
2023-03-03 15:00:34 -07:00
Josh Cummings
66665344c5
Formatting
...
Issue gh-12664
2023-03-01 11:23:45 -07:00
stnor
6c7703789a
Ignore SPSSODescriptor elements
...
Closes gh-12664
2023-03-01 11:23:45 -07:00
Steve Riesenberg
fabf7f649c
Fix path of copied schema files
...
Issue gh-12804
2023-03-01 11:49:36 -06:00
Steve Riesenberg
7b88ab289d
Add nohttp exclusion
...
Issue gh-12804
2023-02-28 16:52:19 -06:00
Steve Riesenberg
26566af431
Copy spring-security-oauth schemas on deploy
...
Closes gh-12804
2023-02-28 16:16:08 -06:00
Steve Riesenberg
5257e36ffc
Update SaganApi to work with Contentful backend
...
Also fixed an issue with incorrect referenceDocUrl for Antora
with SNAPSHOT versions.
Closes gh-12575
2023-02-28 14:09:51 -06:00
Josh Cummings
0421e25cba
Document Common SAML URI Endpoints
...
Issue gh-12764
2023-02-28 12:45:48 -07:00
Josh Cummings
1c885cf3a3
Document Federation Usecase
...
Closes gh-12764
2023-02-28 12:35:04 -07:00
Marcus Da Coregio
1c3ce1e401
Fix entity-id ignored in RelyingPartyRegistration XML config
...
Closes gh-11898
2023-02-23 15:16:40 -03:00
github-actions[bot]
b851a8bf6d
Next development version
2023-02-21 15:20:58 +00:00
github-actions[bot]
faadadf71a
Release 5.7.7
2023-02-21 14:41:42 +00:00
Josh Cummings
2fcf48a11b
Update org.springframework.data to 2021.2.8
...
Closes gh-12738
2023-02-17 15:53:49 -07:00
Josh Cummings
0398d86f39
Update org.springframework to 5.3.25
...
Closes gh-12737
2023-02-17 15:53:40 -07:00
Josh Cummings
c9112dfaab
Update hibernate-entitymanager to 5.6.15.Final
...
Closes gh-12736
2023-02-17 15:53:32 -07:00
Josh Cummings
4156766fe0
Update org.aspectj to 1.9.19
...
Closes gh-12735
2023-02-17 15:53:24 -07:00
Josh Cummings
f125785328
Update io.spring.nohttp to 0.0.11
...
Closes gh-12734
2023-02-17 15:53:16 -07:00
Josh Cummings
4643c0d999
Update blockhound to 1.0.7.RELEASE
...
Closes gh-12733
2023-02-17 15:53:08 -07:00
Josh Cummings
d2d82b5e94
Update io.projectreactor to 2020.0.28
...
Closes gh-12732
2023-02-17 15:52:54 -07:00
Josh Cummings
d4d03ea146
Update jackson-bom to 2.13.5
...
Closes gh-12731
2023-02-17 15:52:32 -07:00
Josh Cummings
2db4430dcd
Preserve OpenSamlAssertingPartyDetails Instance
...
Closes gh-12667
2023-02-17 10:02:17 -07:00
Leonid Rozenblyum
000b4bc495
Fix NPE in HttpSecurity#addFilterBefore, HttpSecurity#addFilterAfter
...
Before the fix, these methods would throw a NPE in case when the filter class passed as the second parameter, is not registered yet.
In particular, this exception can occur when mixing standard and custom DSL to register filters.
The fix doesn't change the situation that standard DSL for registration of filters cannot refer to filters that are registered via custom DSL even though those calls were done earlier.
It just provides more user-friendly error handling for this and most likely other scenarios of calls of HttpSecurity#addFilterBefore, HttpSecurity#addFilterAfter.
The error handling is implemented similarly to HttpSecurity#addFilter.
Closes gh-12637
2023-02-16 14:54:44 -07:00
jongwooo
aad3e61f4d
chore: Use cache in continuous-integration-workflow.yml
...
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-02-01 14:26:25 -07:00
Dan Allen
51d5fb9c03
upgrade the Gradle Antora Plugin to 1.0.0
2023-01-30 16:04:40 -06:00