Marcus Da Coregio
bdb5404137
Update htmlunit to 2.56.0
...
Closes gh-10747
4 years ago
Marcus Da Coregio
e534c95530
Update jakarta.annotation-api to 2.1.0-B1
...
Closes gh-10746
4 years ago
Marcus Da Coregio
e2d1bb6998
Update io.r2dbc to 0.9.0.RELEASE
...
Closes gh-10745
4 years ago
Marcus Da Coregio
201f662057
Update io.projectreactor to 2020.0.15
...
Closes gh-10743
4 years ago
Marcus Da Coregio
61b53d6d7a
Update mockk to 1.12.2
...
Closes gh-10742
4 years ago
Marcus Da Coregio
cf5abb9761
Update com.nimbusds to 9.22
...
Closes gh-10741
4 years ago
Marcus Da Coregio
08a7a6375e
Update jackson-bom to 2.13.1
...
Closes gh-10738
4 years ago
Marcus Da Coregio
2de2fedc7e
Update logback-classic to 1.2.10
...
Closes gh-10737
4 years ago
Josh Cummings
feff747669
Polish multiple RequestRejectedHandlers support
...
Issue gh-10603
4 years ago
Adam Ostrožlík
27cfb9c89d
Support multiple RequestRejectedHandler beans
...
Closes gh-10603
4 years ago
Josh Cummings
d493598e17
Polish LogoutRequest#EncryptedID Support
...
Issue gh-10663
4 years ago
Robert Stoiber
c1bea329ba
Enabled SAML LogoutRequests with EncryptedID
...
The OpenSamlLogoutRequestValidator validates the subject to be logged out.
Formerly this was done only using the NameID from the OpenSamlLogoutRequest.
Now the EncryptedID is also supported, Since the SAML2 Standard also allows
the EncryptedID as subject identifiers,
- added EncryptedID as valid subject in OpenSamlLogoutRequestValidator
- added test
Closes gh-10663
4 years ago
Josh Cummings
b2fe9149cf
Use noNullElements
...
Collection#contains(null) does not work for all collection types
Issue gh-10703
4 years ago
Marcus Da Coregio
e20449a542
Upgrade to Kotlin Coroutines 1.6.0
...
Closes gh-10707
4 years ago
Marcus Da Coregio
bac793e719
Upgrade to Spring Framework 6.0.0-M2
...
Closes gh-10706
4 years ago
Marcus Da Coregio
4a976faea3
Fix remaining failing tests
...
Issue gh-10702
4 years ago
Marcus Da Coregio
7fd0530009
Change Kotlin tests that are using mockkObject with a lambda interface implementation
...
Closes gh-10702
4 years ago
Marcus Da Coregio
9dd9e6bd61
Rename integrationTestCompile/Runtime configurations
...
The kotlin-gradle-plugin is changing some configuration's properties from configurations that has the same prefix as the sourceSet.
It is enforcing the canBeResolved property to false. See https://youtrack.jetbrains.com/issue/KT-50748 .
This commits changes the suffix to compile -> compileClasspath, runtime -> runtimeClasspath to workaround this issue.
Issue gh-10350
4 years ago
Marcus Da Coregio
9cfafdaa43
Upgrade to Kotlin 1.6.10
...
Closes gh-10350
4 years ago
Josh Cummings
0ae41ff873
Update Structure101 binaries link
...
Closes gh-10697
4 years ago
Josh Cummings
6706512b3a
Pull most recent Structure101 version
...
Closes gh-10696
4 years ago
Joe Grandja
525f40490c
Allow Jwt assertion to be resolved
...
Closes gh-9812
4 years ago
heowc
6c5fd38a3f
Fix typo
4 years ago
Rob Winch
5598a6a9e1
Update to org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1
4 years ago
Marcus Da Coregio
750dcafbd2
Fix @since tag
...
Issue gh-10590, gh-10554
4 years ago
Rob Winch
96e5e67737
Update to Antora 3.0.0
4 years ago
Rob Winch
d5483f7cbb
Antora prerelease: true for milestone and rc
4 years ago
Rob Winch
005d7465b0
Add fix for 5.6.1 version
4 years ago
Rob Winch
b7ee8333a5
Update RELEASE.adoc for antora.yml
4 years ago
Rob Winch
9b6c7af526
Add CheckAntoraVersionPlugin
4 years ago
Josh Cummings
45b7fed884
Remove SAML 2.0 Logout Default
...
Closes gh-10607
4 years ago
Josh Cummings
cb008fa062
Support No SingleLogoutServiceLocation
...
Closes gh-10674
4 years ago
Marcus Da Coregio
d79543b2ac
Upgrade to AspectJ 1.9.8.RC3
...
Issue gh-10349
4 years ago
Marcus Da Coregio
d41ec2bcff
Upgrade to Spring Framework 6.0.0-M1
4 years ago
Steve Riesenberg
ad907457ee
Fix inconsistency in hasProperty check
4 years ago
Steve Riesenberg
80e39e9343
Add GitHubReleasePlugin with createGitHubRelease task
...
Closes gh-10456
Closes gh-10457
4 years ago
Josh Cummings
cbf0e1da68
Remove commons-logging from saml2
...
Issue gh-10499
4 years ago
Rob Winch
2471e3296d
Fix xsd tests
4 years ago
Rob Winch
2fb056b5c1
Merge Clean up Reference Documentation
...
Closes gh-9668
4 years ago
Marcus Da Coregio
d884d9a461
Configure WebInvocationPrivilegeEvaluator bean for multiple filter chains
...
Closes gh-10554
4 years ago
Marcus Da Coregio
51b4bd67c9
Add RequestMatcherEntry
4 years ago
Marcus Da Coregio
eda346863d
Introduce AuthorizationManagerWebInvocationPrivilegeEvaluator
...
Closes gh-10590
4 years ago
Josh Cummings
81a9302045
Polish enableSessionUrlRewriting Clarification
...
Closes gh-7644
4 years ago
James Howe
c1b0e5930a
Clarify behaviour of enableSessionUrlRewriting
...
See #3087
4 years ago
Guirong Hu
3935f4bffe
Fix the bug that the custom GrantedAuthority comparison fails
...
Closes gh-10566
4 years ago
Eleftheria Stein
c68a75bcde
Correct imports to jakarta
...
Issue gh-9385, gh-10118
4 years ago
Marcus Da Coregio
0beb725259
Add Cross Origin Policies headers
...
Add DSL support for Cross-Origin-Opener-Policy, Cross-Origin-Embedder-Policy and Cross-Origin-Resource-Policy headers
Closes gh-9385, gh-10118
4 years ago
Marcus Da Coregio
263665ad55
Prevent using both authorizeRequests and authorizeHttpRequests
...
Closes gh-10573
4 years ago
Steve Riesenberg
1896a5e669
Fix Reactive OAuth2 Kotlin DSL examples
...
Closes gh-10580
4 years ago
Steve Riesenberg
aa3c883f87
Use BDD in tests
4 years ago