diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-12 13:45:18 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-12 13:45:18 +0200 |
commit | 6420a7065b7e60578c8f246a80063473dbc97241 (patch) | |
tree | e824642966ce4240ec8ad9aa1e1c91c04a5c20ff /swamid-2.0/secure.urkund.com.xml | |
parent | b439b72c175020d5ce9b8a755a4b7e5ed7038833 (diff) |
make tidy, all xml files indented via xslt
Diffstat (limited to 'swamid-2.0/secure.urkund.com.xml')
-rw-r--r-- | swamid-2.0/secure.urkund.com.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/swamid-2.0/secure.urkund.com.xml b/swamid-2.0/secure.urkund.com.xml index ff299183..0128bd06 100644 --- a/swamid-2.0/secure.urkund.com.xml +++ b/swamid-2.0/secure.urkund.com.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="urn:urkund:shibboleth:sp"> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol"> <md:Extensions> @@ -71,13 +72,13 @@ gEln3A== <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://secure.urkund.com/Shibboleth.sso/SAML/Artifact" index="6"/> </md:SPSSODescriptor> <md:ContactPerson contactType="administrative"> - <md:GivenName>Peter</md:GivenName> - <md:SurName>Witasp</md:SurName> - <md:EmailAddress>peter.witasp@prioinfo.se</md:EmailAddress> + <md:GivenName>Peter</md:GivenName> + <md:SurName>Witasp</md:SurName> + <md:EmailAddress>peter.witasp@prioinfo.se</md:EmailAddress> </md:ContactPerson> <md:ContactPerson contactType="technical"> - <md:GivenName>Samuel</md:GivenName> - <md:SurName>Otter</md:SurName> - <md:EmailAddress>samuel@onposition.com</md:EmailAddress> + <md:GivenName>Samuel</md:GivenName> + <md:SurName>Otter</md:SurName> + <md:EmailAddress>samuel@onposition.com</md:EmailAddress> </md:ContactPerson> </md:EntityDescriptor> |