diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2014-03-13 13:37:57 +0100 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2014-03-13 13:37:57 +0100 |
commit | 47b024d0dbbf8b0ad2dead0dc25fef63324cc8d4 (patch) | |
tree | 95aa4a5478620bfc5e369d67d554a6c37b88f8be /swamid-2.0/samltest.swamid.se-sfs-sp.xml | |
parent | 1a40486716242fd975178f4199f421897090eea5 (diff) |
http -> https for samltest.swamid.se
SWAMIDOPS-7183
Diffstat (limited to 'swamid-2.0/samltest.swamid.se-sfs-sp.xml')
-rw-r--r-- | swamid-2.0/samltest.swamid.se-sfs-sp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/swamid-2.0/samltest.swamid.se-sfs-sp.xml b/swamid-2.0/samltest.swamid.se-sfs-sp.xml index 51e70d68..f8f9d0fe 100644 --- a/swamid-2.0/samltest.swamid.se-sfs-sp.xml +++ b/swamid-2.0/samltest.swamid.se-sfs-sp.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<ns0:EntityDescriptor xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="urn:oasis:names:tc:SAML:metadata:attribute" xmlns:ns2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns4="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" xmlns:ns5="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" entityID="http://samltest.swamid.se/sfs/sp.xml"> +<ns0:EntityDescriptor xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="urn:oasis:names:tc:SAML:metadata:attribute" xmlns:ns2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns4="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" xmlns:ns5="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" entityID="https://samltest.swamid.se/sfs/sp.xml"> <ns0:Extensions> <ns1:EntityAttributes> <ns2:Attribute Name="http://macedir.org/entity-category"> @@ -9,7 +9,7 @@ </ns0:Extensions> <ns0:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <ns0:Extensions> - <ns4:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="http://samltest.swamid.se/disco" index="1"/> + <ns4:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://samltest.swamid.se/disco" index="1"/> </ns0:Extensions> <ns0:KeyDescriptor use="encryption"> <ns5:KeyInfo> @@ -59,7 +59,7 @@ Z3dVKh4xfib5HaL6Bl2ks8LF </ns5:X509Data> </ns5:KeyInfo> </ns0:KeyDescriptor> - <ns0:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="http://samltest.swamid.se/acs/sfs/redirect" index="1"/> - <ns0:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://samltest.swamid.se/acs/sfs/post" index="2"/> + <ns0:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://samltest.swamid.se/acs/sfs/redirect" index="1"/> + <ns0:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://samltest.swamid.se/acs/sfs/post" index="2"/> </ns0:SPSSODescriptor> </ns0:EntityDescriptor> |