[java-identity-provider] branch master updated: Relax subject-id tag to avoid enforcement error.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 19 18:48:45 EDT 2018
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=e9e80bb077630ff86101a2e4a2abf1ffb3425b52
The following commit(s) were added to refs/heads/master by this push:
new e9e80bb Relax subject-id tag to avoid enforcement error.
e9e80bb is described below
commit e9e80bb077630ff86101a2e4a2abf1ffb3425b52
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 19 18:48:42 2018 -0400
Relax subject-id tag to avoid enforcement error.
---
idp-conf/src/test/resources/metadata/example-metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/test/resources/metadata/example-metadata.xml b/idp-conf/src/test/resources/metadata/example-metadata.xml
index 3c718dd..99c275c 100644
--- a/idp-conf/src/test/resources/metadata/example-metadata.xml
+++ b/idp-conf/src/test/resources/metadata/example-metadata.xml
@@ -12,7 +12,7 @@
</saml:Attribute>
<saml:Attribute Name="urn:oasis:names:tc:SAML:profiles:subject-id:req"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
- <saml:AttributeValue>any</saml:AttributeValue>
+ <saml:AttributeValue>none</saml:AttributeValue>
</saml:Attribute>
<!--
<saml:Attribute Name="http://shibboleth.net/ns/profiles/saml2/sso/browser/postAuthenticationFlows"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list