[java-shib-common COMMIT] /branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/relyingpart...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Nov 26 15:36:00 EST 2012
Author: scantor
Date: Mon Nov 26 15:36:00 2012
New Revision: 1045
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1045&view=rev
Log:
Get signing flags defaulted correctly for SLO.
Modified:
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/relyingparty/saml/SAML2LogoutRequestProfileConfigurationBeanDefinitionParser.java
Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/relyingparty/saml/SAML2LogoutRequestProfileConfigurationBeanDefinitionParser.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/relyingparty/saml/SAML2LogoutRequestProfileConfigurationBeanDefinitionParser.java?rev=1045&r1=1044&r2=1045&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/relyingparty/saml/SAML2LogoutRequestProfileConfigurationBeanDefinitionParser.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/relyingparty/saml/SAML2LogoutRequestProfileConfigurationBeanDefinitionParser.java Mon Nov 26 15:36:00 2012
@@ -40,11 +40,11 @@
/** {@inheritDoc} */
protected CryptoOperationRequirementLevel getSignAssertionsDefault() {
- return CryptoOperationRequirementLevel.conditional;
+ return CryptoOperationRequirementLevel.never;
}
/** {@inheritDoc} */
protected CryptoOperationRequirementLevel getSignResponsesDefault() {
- return CryptoOperationRequirementLevel.never;
+ return CryptoOperationRequirementLevel.conditional;
}
}
More information about the commits
mailing list