[java-identity-provider COMMIT] /trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseVa...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 19 22:54:30 EST 2015
Author: scantor
Date: Thu Feb 19 22:54:30 2015
New Revision: 7357
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7357&view=rev
Log:
Account for change to AC class ref
Modified:
trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java
Modified: trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java?rev=7357&r1=7356&r2=7357&view=diff
==============================================================================
--- trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java (original)
+++ trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java Thu Feb 19 22:54:30 2015
@@ -66,7 +66,7 @@
public class SAML2TestResponseValidator extends SAML2TestStatusResponseTypeValidator {
/** Authentication context class reference. */
- @Nonnull public String authnContextClassRef = AuthnContext.PASSWORD_AUTHN_CTX;
+ @Nonnull public String authnContextClassRef = AuthnContext.PPT_AUTHN_CTX;
/** SP credential. */
@Nullable public Credential spCredential;
More information about the commits
mailing list