[java-identity-provider] branch master updated: Remove xsd reference.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 23 10:23:32 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=a463e65c28fba89931ae660418d2505738b4ed07
The following commit(s) were added to refs/heads/master by this push:
new a463e65 Remove xsd reference.
a463e65 is described below
commit a463e65c28fba89931ae660418d2505738b4ed07
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 23 10:23:30 2019 -0400
Remove xsd reference.
---
idp-conf/src/test/resources/conf/metadata-providers.xml | 2 +-
1 file changed, 1 insertion(+), 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 44e7f37..7deeb2d 100644
--- a/idp-conf/src/test/resources/conf/metadata-providers.xml
+++ b/idp-conf/src/test/resources/conf/metadata-providers.xml
@@ -54,7 +54,7 @@
</saml:Attribute>
<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:AttributeValue>1</saml:AttributeValue>
</saml:Attribute>
<Entity>https://sp.example.org</Entity>
</MetadataFilter>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list