diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2017-02-15 16:59:43 +0100 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2017-02-15 16:59:43 +0100 |
commit | 48b12d74e1113751b4fd6bd9ff508f5ea3e1a2c2 (patch) | |
tree | abee39d85df8973ffefb2f54822856e23a5fe7a3 /swamid-2.0/registry-test.swamid.se-saml2-metadata.xml | |
parent | 663c13cdd3e730ad340fcc7d507129f00a076ffa (diff) |
bad servicename syntax
Diffstat (limited to 'swamid-2.0/registry-test.swamid.se-saml2-metadata.xml')
-rw-r--r-- | swamid-2.0/registry-test.swamid.se-saml2-metadata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/swamid-2.0/registry-test.swamid.se-saml2-metadata.xml b/swamid-2.0/registry-test.swamid.se-saml2-metadata.xml index e729d159..ea3ced34 100644 --- a/swamid-2.0/registry-test.swamid.se-saml2-metadata.xml +++ b/swamid-2.0/registry-test.swamid.se-saml2-metadata.xml @@ -71,7 +71,11 @@ oMzgMjdgVTXdBPqXjdsunjPAiOZnJesxtLgWYEmQ <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://registry-test.swamid.se/saml2/ls/"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://registry-test.swamid.se/saml2/acs/" index="1"/> <md:AttributeConsumingService index="1"> + <!-- Does not validate in Shibboleth SP 2.3.5 + ERROR OpenSAML.MetadataProvider.XML : metadata instance failed manual validation checking: ServiceName must have TextContent. <md:ServiceName xml:lang="en"/> + --> + <md:ServiceName xml:lang="en">PEER SP</md:ServiceName> <md:RequestedAttribute FriendlyName="mail" Name="urn:oid:0.9.2342.19200300.100.1.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/> <md:RequestedAttribute Name="givenName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="false"/> <md:RequestedAttribute FriendlyName="sn" Name="urn:oid:2.5.4.4" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="false"/> |