diff options
author | Anders Lördal <anders@lordal.se> | 2016-08-30 15:08:59 +0200 |
---|---|---|
committer | Anders Lördal <anders@lordal.se> | 2016-08-30 15:08:59 +0200 |
commit | 479fbbeaced8d35ef8b1a09e83298c4a1292971b (patch) | |
tree | 0149b83026fbb7b75a60d7bc3bf5d54f906a9108 | |
parent | 2e432baf82e3545111c153814b397ef6e3fba365 (diff) |
Change http to https for careergate.student.uu.se
-rw-r--r-- | swamid-2.0/careergate.student.uu.se-simplesaml-module.php-saml-sp-metadata.php-gl_gateway.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/swamid-2.0/careergate.student.uu.se-simplesaml-module.php-saml-sp-metadata.php-gl_gateway.xml b/swamid-2.0/careergate.student.uu.se-simplesaml-module.php-saml-sp-metadata.php-gl_gateway.xml index 26d437e2..d838c1a4 100644 --- a/swamid-2.0/careergate.student.uu.se-simplesaml-module.php-saml-sp-metadata.php-gl_gateway.xml +++ b/swamid-2.0/careergate.student.uu.se-simplesaml-module.php-saml-sp-metadata.php-gl_gateway.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="http://careergate.student.uu.se/simplesaml/module.php/saml/sp/metadata.php/gl_gateway"> +<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://careergate.student.uu.se/simplesaml/module.php/saml/sp/metadata.php/gl_gateway"> <md:Extensions> <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category"> @@ -31,12 +31,12 @@ </ds:X509Data> </ds:KeyInfo> </md:KeyDescriptor> - <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="http://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml2-logout.php/gl_gateway"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml2-acs.php/gl_gateway" index="0"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="http://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml1-acs.php/gl_gateway" index="1"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="http://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml2-acs.php/gl_gateway" index="2"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="http://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml1-acs.php/gl_gateway/artifact" index="3"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser" Location="http://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml2-acs.php/gl_gateway" index="4"/> + <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml2-logout.php/gl_gateway"/> + <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml2-acs.php/gl_gateway" index="0"/> + <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml1-acs.php/gl_gateway" index="1"/> + <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml2-acs.php/gl_gateway" index="2"/> + <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml1-acs.php/gl_gateway/artifact" index="3"/> + <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser" Location="https://careergate.student.uu.se/simplesaml/module.php/saml/sp/saml2-acs.php/gl_gateway" index="4"/> </md:SPSSODescriptor> <md:ContactPerson contactType="technical"> <md:GivenName>Morten</md:GivenName> |