simplesamlauth: change http to https

This commit is contained in:
Jérôme Schneider 2013-06-19 13:01:51 +02:00
parent 1d4581c9ef
commit d87519e173
1 changed files with 1 additions and 1 deletions

View File

@ -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.