Josh Cummings
32e2735f45
Clarify Valid Metadata Locations
1 year ago
Josh Cummings
63e24a3026
Adjust JavaDoc Classpath
...
Issue gh-14931
2 years ago
Josh Cummings
c35e107744
Add ProxyRestriction Validator
...
Closes gh-14931
2 years ago
Marcus Hert Da Coregio
a7da9491d9
Use assertj assertions
2 years ago
Marcus Da Coregio
70ad3bf749
relay_state should not be included in signing calculation when it is null
...
Closes gh-13913
2 years ago
Scott Shidlovsky
19c4e427ee
Update OpenSamlAuthenticationRequestResolverTests from Junit 4 to Junit 5
...
(cherry picked from commit 508f7d7b8a )
2 years ago
Marcus Da Coregio
64270f28e4
Saml2LogoutRequestMixin relayState property should be binding
...
Closes gh-12539
2 years ago
Marcus Da Coregio
64e2a2ff8b
Apply updated Code Style
...
Closes gh-13881
2 years ago
Marcus Da Coregio
e29ea47ff7
Use Gradle's Version Catalog
...
Issue gh-13868
2 years ago
Marcus Da Coregio
664ee9a206
Fix formatting
...
Issue gh-13776
2 years ago
Jannick Weisshaupt
b67218c150
Fix corrupted saml2 metadata when special characters are present
...
Closes gh-13776
2 years ago
Steve Riesenberg
3feb809b35
Fix Saml2AuthenticationExceptionMixin on JDK 17
...
Closes gh-13804
2 years ago
lukasz.migdalek
f4915890cc
Use Spec Order for Verifying Signatures
...
Closes gh-12346
3 years ago
Josh Cummings
b4083f1b9e
Revert "gh-13136 fixed log level related bug"
...
This reverts commit 1e093db1b6 .
3 years ago
stnor
1e093db1b6
gh-13136 fixed log level related bug
3 years ago
Marcus Da Coregio
8d5304f530
Use function definition instead of arrow function expression
...
Closes gh-13106
3 years ago
Marcus Da Coregio
54117d7d27
Fix test suffix to align with checkstyle
3 years ago
Tatiana Slednikova
a106188add
Add nameIdFormat processing to OpenSamlAuthenticationRequestResolver
...
Closes gh-12825
3 years ago
Josh Cummings
66665344c5
Formatting
...
Issue gh-12664
3 years ago
stnor
6c7703789a
Ignore SPSSODescriptor elements
...
Closes gh-12664
3 years ago
Dayan Kodippily
79887fa213
Closes gh-12472
3 years ago
Josh Cummings
2db4430dcd
Preserve OpenSamlAssertingPartyDetails Instance
...
Closes gh-12667
3 years ago
Josh Cummings
3cfaf0d11d
Avoid LinkedMultiValueMap in Serializable Object
...
Closes gh-11785
3 years ago
Marcus Da Coregio
d5aabd721a
Specify UTF8 for response content
...
This is needed because in some other platforms, like Windows, the default charset might be different
Issue gh-12026
3 years ago
Marcus Da Coregio
53148dc7b5
Use UTF-8 in Saml2MetadataFilter response writer
...
Closes gh-12026
3 years ago
Sabina Palakova
ed3af6482d
Fix SAML logout log messages
...
Fixes SAML logout log messages incorrectly referring to logout
response instead of logout request and vice versa.
Closes gh-12129
3 years ago
Josh Cummings
9a1fae3e8e
Add createDefaultAssertionValidatorWithParameters
...
Closes gh-11675
3 years ago
Josh Cummings
506e50bfd0
Move Saml2 Authentication Filters
...
Issue gh-8819
3 years ago
Marcus Da Coregio
0c96989cbe
Move script tag into body element
...
Closes gh-11879
3 years ago
Marcus Da Coregio
7359bd5949
Move SAML Post inline javascript to script tag
...
To avoid relying on HTML event handlers and adding unsafe-* rules to CSP, the javascript is moved to a <script> tag. This also allows a better browser compatibility
Closes gh-11676
3 years ago
Ulrich Grave
409998a3fe
Add hash-based Content-Security-Policy for SAML pages
...
Closes gh-11631
3 years ago
Josh Cummings
56a6133b20
Merge Same-named Attribute Elements
...
Closes gh-11042
3 years ago
Josh Cummings
bced37f6a7
Merge Same-named Attribute Elements
...
Closes gh-11042
3 years ago
Josh Cummings
561f65b34d
Merge Same-named Attribute Elements
...
Closes gh-11042
3 years ago
Josh Cummings
3c8a80c364
Add SecurityContextHolderStrategy to Saml2
...
Issue gh-11060
4 years ago
Joe Grandja
2a3845a7ed
Update org.opensaml:opensaml-core4 to 4.1.1
...
Closes gh-11420
4 years ago
Joe Grandja
bca43af9bb
Update org.opensaml:opensaml-core4 to 4.1.1
...
Closes gh-11410
4 years ago
Josh Cummings
d22277ce36
Add missing KeyInfo
...
Closes gh-11354
4 years ago
Josh Cummings
bd60a0f8c9
Add OpenSamlSigningUtilsTests
...
Issue gh-11354
4 years ago
Josh Cummings
812bb0ead0
Add missing KeyInfo
...
Closes gh-11354
4 years ago
Josh Cummings
bb9c7d1b6e
Add OpenSamlSigningUtilsTests
...
Issue gh-11354
4 years ago
Jared Rufer
3ca4b06612
Support multiple SingleLogoutService bindings.
...
Closes gh-11286
4 years ago
j3graham
29ba67b6d7
Remove dependency on commons-codec by using java.util.Base64
...
Closes gh-11318
4 years ago
Houssem BELHADJ AHMED
fc653bb81a
make SAML authentication request uri configurable
...
Closes gh-10840
4 years ago
Marcus Da Coregio
e20323e0a8
Use Java 11 Toolchain for OpenSaml4 compile
...
Issue gh-10816
4 years ago
Claudio Consolmagno
ff71fcbcad
Use 'md:' prefix in EntityDescriptor XML
...
Create the EntityDescriptor object with
EntityDescriptor.DEFAULT_ELEMENT_NAME instead of
EntityDescriptor.ELEMENT_QNAME. That ensures the EntityDescriptor tag
is marshalled to xml with the 'md:' prefix, consistent with all other
metadata tags.
Closes #11283
4 years ago
Claudio Consolmagno
07f9afe057
Use 'md:' prefix in EntityDescriptor XML
...
Create the EntityDescriptor object with
EntityDescriptor.DEFAULT_ELEMENT_NAME instead of
EntityDescriptor.ELEMENT_QNAME. That ensures the EntityDescriptor tag
is marshalled to xml with the 'md:' prefix, consistent with all other
metadata tags.
Closes #11283
4 years ago
Claudio Consolmagno
c39d39b35f
Use 'md:' prefix in EntityDescriptor XML
...
Create the EntityDescriptor object with
EntityDescriptor.DEFAULT_ELEMENT_NAME instead of
EntityDescriptor.ELEMENT_QNAME. That ensures the EntityDescriptor tag
is marshalled to xml with the 'md:' prefix, consistent with all other
metadata tags.
Closes #11283
4 years ago
Claudio Consolmagno
b1004aff4e
Use 'md:' prefix in EntityDescriptor XML
...
Create the EntityDescriptor object with
EntityDescriptor.DEFAULT_ELEMENT_NAME instead of
EntityDescriptor.ELEMENT_QNAME. That ensures the EntityDescriptor tag
is marshalled to xml with the 'md:' prefix, consistent with all other
metadata tags.
Closes #11283
4 years ago
Juny Tse
649428b49a
Use Base64 encoder with no CRLF in output for SAML 2.0 messages
...
Closes gh-11262
4 years ago