[java-identity-provider] branch master updated: Tighten NameFormat so tests work.

Scott Cantor cantor.2 at osu.edu
Tue May 21 14:13:47 EDT 2019


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

scantor 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=b1e54ac30fccd73874037df5690fdd603de467bd

The following commit(s) were added to refs/heads/master by this push:
       new  b1e54ac   Tighten NameFormat so tests work.
b1e54ac is described below

commit b1e54ac30fccd73874037df5690fdd603de467bd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 21 14:13:45 2019 -0400

    Tighten NameFormat so tests work.
---
 idp-conf/src/test/resources/conf/metadata-providers.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-conf/src/test/resources/conf/metadata-providers.xml b/idp-conf/src/test/resources/conf/metadata-providers.xml
index 8ccc67c..4b073aa 100644
--- a/idp-conf/src/test/resources/conf/metadata-providers.xml
+++ b/idp-conf/src/test/resources/conf/metadata-providers.xml
@@ -40,7 +40,8 @@
                 <saml:AttributeValue>foo</saml:AttributeValue>
                 <saml:AttributeValue>bar</saml:AttributeValue>
             </saml:Attribute>
-            <saml:Attribute Name="http://shibboleth.net/ns/profiles/saml1/sso/browser/includeAttributeStatement">
+            <saml:Attribute Name="http://shibboleth.net/ns/profiles/saml1/sso/browser/includeAttributeStatement"
+                    NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
                 <saml:AttributeValue xsi:type="xsd:boolean">1</saml:AttributeValue>
             </saml:Attribute>
             <Entity>https://sp.example.org</Entity>

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


More information about the commits mailing list