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/play.bth.se.xml | |
parent | 9a06cdcfc18d6c7a9579fb891c7c203c40b7b3e0 (diff) |
Restore correct syntax
Diffstat (limited to 'swamid-2.0/play.bth.se.xml')
-rw-r--r-- | swamid-2.0/play.bth.se.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/swamid-2.0/play.bth.se.xml b/swamid-2.0/play.bth.se.xml index 32a7da9d..314142fa 100644 --- a/swamid-2.0/play.bth.se.xml +++ b/swamid-2.0/play.bth.se.xml @@ -37,32 +37,32 @@ <md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</md:NameIDFormat> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://play.bth.se/user/authenticate" index="0"/> </md:SPSSODescriptor> - - - - - -<Organization xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> + <Organization xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> <OrganizationName xml:lang="en">BTH</OrganizationName> <OrganizationDisplayName xml:lang="sv">Blekinge Tekniska Högskola</OrganizationDisplayName> <OrganizationDisplayName xml:lang="en">Blekinge Institute of Technology</OrganizationDisplayName> <OrganizationURL xml:lang="en">http://www.bth.se</OrganizationURL> - </Organization><ContactPerson xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="administrative"> + </Organization> + <ContactPerson xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="administrative"> <Company>Blekinge Institute of Technology</Company> <SurName>IT Helpdesk</SurName> <EmailAddress>mailto:ithelpdesk@bth.se</EmailAddress> <TelephoneNumber>+46 455 38 51 00</TelephoneNumber> - </ContactPerson><ContactPerson xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> + </ContactPerson> + <ContactPerson xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> <Company>Blekinge Institute of Technology</Company> <SurName>IT Helpdesk</SurName> <EmailAddress>mailto:ithelpdesk@bth.se</EmailAddress> <TelephoneNumber>+46 455 38 51 00</TelephoneNumber> - </ContactPerson><ContactPerson xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="support"> + </ContactPerson> + <ContactPerson xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="support"> <Company>Blekinge Institute of Technology</Company> <SurName>IT Helpdesk</SurName> <EmailAddress>mailto:ithelpdesk@bth.se</EmailAddress> <TelephoneNumber>+46 455 381500</TelephoneNumber> - </ContactPerson><ContactPerson xmlns:remd="http://refeds.org/metadata" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security"> + </ContactPerson> + <ContactPerson xmlns:remd="http://refeds.org/metadata" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security"> <GivenName>Security Response Team</GivenName> <EmailAddress>mailto:abuse@bth.se</EmailAddress> - </ContactPerson></md:EntityDescriptor> + </ContactPerson> +</md:EntityDescriptor> |