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/idp.suni.se.xml | |
parent | b439b72c175020d5ce9b8a755a4b7e5ed7038833 (diff) |
make tidy, all xml files indented via xslt
Diffstat (limited to 'swamid-1.0/idp.suni.se.xml')
-rw-r--r-- | swamid-1.0/idp.suni.se.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/swamid-1.0/idp.suni.se.xml b/swamid-1.0/idp.suni.se.xml index 74badc37..87016da9 100644 --- a/swamid-1.0/idp.suni.se.xml +++ b/swamid-1.0/idp.suni.se.xml @@ -1,9 +1,12 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" entityID="https://idp.suni.se/adfs/services/trust"> <Extensions> <shibmd:Scope regexp="false">suni.se</shibmd:Scope> </Extensions> - <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"><Extensions><shibmd:Scope regexp="false">suni.se</shibmd:Scope></Extensions> + <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <Extensions> + <shibmd:Scope regexp="false">suni.se</shibmd:Scope> + </Extensions> <KeyDescriptor use="encryption"> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <X509Data> |