[java-identity-provider] 03/08: Support optional eval of message signed state by presence of Signature.
Brent Putman
putmanb at georgetown.edu
Thu Jan 30 02:17:37 EST 2020
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=36c6eb8283f63326946a8749b1740fd4af5b8e13
commit 36c6eb8283f63326946a8749b1740fd4af5b8e13
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Jan 29 18:11:18 2020 -0500
Support optional eval of message signed state by presence of Signature.
---
idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
index 6405a48..3ff3e31 100644
--- a/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
@@ -341,7 +341,7 @@
<property name="signatureRequired">
<bean parent="shibboleth.Conditions.NOT">
<constructor-arg>
- <bean class="org.opensaml.saml.common.profile.logic.InboundMessageSignedPredicate" />
+ <bean class="org.opensaml.saml.common.profile.logic.InboundMessageSignedPredicate" p:presenceSatisfies="true" />
</constructor-arg>
</bean>
</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list