From d87519e173e3df34f37ef140557d0d21c2c35819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Wed, 19 Jun 2013 13:01:51 +0200 Subject: [PATCH] simplesamlauth: change http to https --- drupal/simplesamlphp_auth/simplesamlphp/config/authsources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal/simplesamlphp_auth/simplesamlphp/config/authsources.php b/drupal/simplesamlphp_auth/simplesamlphp/config/authsources.php index dec892a..c0f8379 100644 --- a/drupal/simplesamlphp_auth/simplesamlphp/config/authsources.php +++ b/drupal/simplesamlphp_auth/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://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/metadata', + 'idp' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/metadata', // The URL to the discovery service. // Can be NULL/unset, in which case a builtin discovery service will be used.