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/idp2.kkh.se-idp-shibboleth.xml | |
parent | 9a06cdcfc18d6c7a9579fb891c7c203c40b7b3e0 (diff) |
Restore correct syntax
Diffstat (limited to 'swamid-2.0/idp2.kkh.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/idp2.kkh.se-idp-shibboleth.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/swamid-2.0/idp2.kkh.se-idp-shibboleth.xml b/swamid-2.0/idp2.kkh.se-idp-shibboleth.xml index 0e870fbe..c5e1d4f1 100644 --- a/swamid-2.0/idp2.kkh.se-idp-shibboleth.xml +++ b/swamid-2.0/idp2.kkh.se-idp-shibboleth.xml @@ -203,28 +203,28 @@ R/BU8rcOeQ5KU1e3ooJqSzIKBhWce80g4TaX1u1rYibKqkSUwgp1Jh2MSnKN0B8c <!-- <AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://idp2.kkh.se:8443/idp/profile/SAML2/SOAP/AttributeQuery"/> --> <!-- If you uncomment the above you should add urn:oasis:names:tc:SAML:2.0:protocol to the protocolSupportEnumeration above --> </AttributeAuthorityDescriptor> - - - - -<Organization xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> + <Organization xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> <OrganizationName xml:lang="en">KKH</OrganizationName> <OrganizationDisplayName xml:lang="sv">Kungl. Konsthögskolan</OrganizationDisplayName> <OrganizationDisplayName xml:lang="en">Royal Institute of Art</OrganizationDisplayName> <OrganizationURL xml:lang="en">http://www.kkh.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>Kungl. Konsthögskolan</Company> <SurName>Fredrik Reuterswärd</SurName> <EmailAddress>mailto:fredrik.reutersward@kkh.se</EmailAddress> <TelephoneNumber>+4686144064</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>Kungl. Konsthögskolan</Company> <SurName>Fredrik Reuterswärd</SurName> <EmailAddress>mailto:fredrik.reutersward@kkh.se</EmailAddress> <TelephoneNumber>+4686144064</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>Kungl. Konsthögskolan</Company> <SurName>Fredrik Reuterswärd</SurName> <EmailAddress>mailto:fredrik.reutersward@kkh.se</EmailAddress> <TelephoneNumber>+4686144064</TelephoneNumber> - </ContactPerson></md:EntityDescriptor> + </ContactPerson> +</md:EntityDescriptor> |