diff --git a/inc/simplesamlphp/config/authsources.php b/inc/simplesamlphp/config/authsources.php index 624a6e4..223c36e 100644 --- a/inc/simplesamlphp/config/authsources.php +++ b/inc/simplesamlphp/config/authsources.php @@ -22,7 +22,7 @@ $config = array( // The entity ID of the IdP this should SP should contact. // Can be NULL/unset, in which case the user will be shown a list of available IdPs. - 'idp' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata', + 'idp' => 'https://mon.meyzieu.fr/idp/saml2/metadata', // The URL to the discovery service. // Can be NULL/unset, in which case a builtin discovery service will be used. diff --git a/inc/simplesamlphp/metadata/saml20-idp-remote.php b/inc/simplesamlphp/metadata/saml20-idp-remote.php index e1172f2..be293b0 100644 --- a/inc/simplesamlphp/metadata/saml20-idp-remote.php +++ b/inc/simplesamlphp/metadata/saml20-idp-remote.php @@ -1,7 +1,7 @@ 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata', +$metadata['https://mon.meyzieu.fr/idp/saml2/metadata'] = array ( + 'entityid' => 'https://mon.meyzieu.fr/idp/saml2/metadata', 'contacts' => array ( ), @@ -11,12 +11,12 @@ $metadata['http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata'] = array ( 0 => array ( 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', - 'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/sso', + 'Location' => 'https://mon.meyzieu.fr/idp/saml2/sso', ), 1 => array ( 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST', - 'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/sso', + 'Location' => 'https://mon.meyzieu.fr/idp/saml2/sso', ), ), 'SingleLogoutService' => @@ -24,19 +24,19 @@ $metadata['http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata'] = array ( 0 => array ( 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', - 'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo', - 'ResponseLocation' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo_return', + 'Location' => 'https://mon.meyzieu.fr/idp/saml2/slo', + 'ResponseLocation' => 'https://mon.meyzieu.fr/idp/saml2/slo_return', ), 1 => array ( 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST', - 'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo', - 'ResponseLocation' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo_return', + 'Location' => 'https://mon.meyzieu.fr/idp/saml2/slo', + 'ResponseLocation' => 'https://mon.meyzieu.fr/idp/saml2/slo_return', ), 2 => array ( 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP', - 'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo/soap', + 'Location' => 'https://mon.meyzieu.fr/idp/saml2/slo/soap', ), ), 'ArtifactResolutionService' => @@ -44,7 +44,7 @@ $metadata['http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata'] = array ( 0 => array ( 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP', - 'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/artifact', + 'Location' => 'https://mon.meyzieu.fr/idp/saml2/artifact', 'index' => 1, ), ), @@ -75,3 +75,4 @@ o2zbumirrLLqnt1gmBDvDvlOwC/zAAyL4chbz66eQHTiIYZZvYgy', ), ), ); +