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-1.0/www.servicedesk.its.umu.se.xml | |
parent | b439b72c175020d5ce9b8a755a4b7e5ed7038833 (diff) |
make tidy, all xml files indented via xslt
Diffstat (limited to 'swamid-1.0/www.servicedesk.its.umu.se.xml')
-rw-r--r-- | swamid-1.0/www.servicedesk.its.umu.se.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/swamid-1.0/www.servicedesk.its.umu.se.xml b/swamid-1.0/www.servicedesk.its.umu.se.xml index dfe4b47a..2c694e38 100644 --- a/swamid-1.0/www.servicedesk.its.umu.se.xml +++ b/swamid-1.0/www.servicedesk.its.umu.se.xml @@ -1,5 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://www.servicedesk.its.umu.se/shibboleth"> - <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> <DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://www.servicedesk.its.umu.se/Shibboleth.sso/DS/ds.swamid.se" index="1"/> @@ -82,5 +82,4 @@ Ak0+kMSVOzv6UoGDUEbEh2o5K1iQnOzUKyTJrfW1if1I8Wg= <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://www.servicedesk.its.umu.se/Shibboleth.sso/SAML2/POST" index="10"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://www.servicedesk.its.umu.se/Shibboleth.sso/SAML2/POST-SimpleSign" index="11"/> </md:SPSSODescriptor> - </md:EntityDescriptor> |