[java-identity-provider] branch main updated: IDP-2173 - Schac rules do not include SAML 1 transcoder

Scott Cantor cantor.2 at osu.edu
Thu Sep 7 17:32:24 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=38e20c23786edc21a9d7d53da50e9f18a3f5c0c6

The following commit(s) were added to refs/heads/main by this push:
     new 38e20c237 IDP-2173 - Schac rules do not include SAML 1 transcoder
38e20c237 is described below

commit 38e20c23786edc21a9d7d53da50e9f18a3f5c0c6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 7 13:32:20 2023 -0400

    IDP-2173 - Schac rules do not include SAML 1 transcoder
    
    https://shibboleth.atlassian.net/browse/IDP-2173
    
    Addition of SAML 1 transcoder adds additional attribute to test output.
---
 .../net/shibboleth/idp/test/flows/saml1/SAML1TestResponseValidator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/test/java/net/shibboleth/idp/test/flows/saml1/SAML1TestResponseValidator.java b/idp-conf-impl/src/test/java/net/shibboleth/idp/test/flows/saml1/SAML1TestResponseValidator.java
index fe51f226f..064ce80e4 100644
--- a/idp-conf-impl/src/test/java/net/shibboleth/idp/test/flows/saml1/SAML1TestResponseValidator.java
+++ b/idp-conf-impl/src/test/java/net/shibboleth/idp/test/flows/saml1/SAML1TestResponseValidator.java
@@ -507,7 +507,7 @@ public class SAML1TestResponseValidator {
     public void assertAttributes(@Nullable final List<Attribute> attributes) {
         assert attributes!=null;
         Assert.assertFalse(attributes.isEmpty());
-        Assert.assertEquals(attributes.size(), usedAttributeDesignators ? 2 : 4);
+        Assert.assertEquals(attributes.size(), usedAttributeDesignators ? 2 : 5);
 
         // Ignore attribute ordering
         final Map<String, Attribute> actualAttributes = new HashMap<>();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list