[java-identity-provider COMMIT] /trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingpart...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jun 19 12:05:28 EDT 2014
Author: scantor
Date: Thu Jun 19 12:05:27 2014
New Revision: 6121
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6121&view=rev
Log:
Per-discussion, don't default an encryption key using signing key property.
Modified:
trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java
Modified: trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java?rev=6121&r1=6120&r2=6121&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java (original)
+++ trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java Thu Jun 19 12:05:27 2014
@@ -110,6 +110,5 @@
Assert.assertNotNull(profile.getSecurityConfiguration());
Assert.assertNotNull(profile.getSecurityConfiguration().getSignatureSigningConfiguration());
- Assert.assertNotNull(profile.getSecurityConfiguration().getDecryptionConfiguration());
}
}
More information about the commits
mailing list