diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-06-11 13:01:47 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-06-11 13:01:47 +0200 |
commit | 613877f26f0a154dbf6b6469dab88e8521420185 (patch) | |
tree | c457887571e5958f37e401d2f0e549180ea992f2 /swamid-2.0/idp.test.sunet.se-idp.xml | |
parent | 9a06cdcfc18d6c7a9579fb891c7c203c40b7b3e0 (diff) |
Restore correct syntax
Diffstat (limited to 'swamid-2.0/idp.test.sunet.se-idp.xml')
-rw-r--r-- | swamid-2.0/idp.test.sunet.se-idp.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/swamid-2.0/idp.test.sunet.se-idp.xml b/swamid-2.0/idp.test.sunet.se-idp.xml index 8a38a764..746683bb 100644 --- a/swamid-2.0/idp.test.sunet.se-idp.xml +++ b/swamid-2.0/idp.test.sunet.se-idp.xml @@ -76,17 +76,17 @@ w1/klZ0omp5S <ns0:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://idp.test.sunet.se/Saml2SP/sso/post"/> <ns0:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://idp.test.sunet.se/Saml2SP/sso/redirect"/> </ns0:IDPSSODescriptor> - - - -<ns0:Organization xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata"> + <ns0:Organization xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata"> <ns0:OrganizationName xml:lang="en">SUNET Staff Login</ns0:OrganizationName> <ns0:OrganizationDisplayName xml:lang="en">SUNET - Test</ns0:OrganizationDisplayName> <ns0:OrganizationURL xml:lang="en">https://sunet.se</ns0:OrganizationURL> - </ns0:Organization><ns0:ContactPerson xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> + </ns0:Organization> + <ns0:ContactPerson xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> <ns0:GivenName>Technical</ns0:GivenName> <ns0:EmailAddress>mailto:noc@sunet.se</ns0:EmailAddress> - </ns0:ContactPerson><ns0:ContactPerson xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" contactType="support"> + </ns0:ContactPerson> + <ns0:ContactPerson xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" contactType="support"> <ns0:GivenName>Support</ns0:GivenName> <ns0:EmailAddress>mailto:noc@sunet.se</ns0:EmailAddress> - </ns0:ContactPerson></md:EntityDescriptor> + </ns0:ContactPerson> +</md:EntityDescriptor> |