simplesamlphp: switch to https and full path for baseconfig

This commit is contained in:
Jérôme Schneider 2013-09-06 15:11:39 +02:00
parent 5df430dd22
commit e964f29e48
2 changed files with 11 additions and 1 deletions

View File

@ -33,6 +33,11 @@ $config = array(
// Can be NULL/unset, in which case a builtin discovery service will be used.
'discoURL' => NULL,
// 'privatekey' => 'server.pem',
// 'certificate' => 'server.crt',
// 'ProtocolBinding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact',
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',
),

View File

@ -22,7 +22,12 @@ $config = array (
* external url, no matter where you come from (direct access or via the
* reverse proxy).
*/
'baseurlpath' => 'simplesamlphp/',
// prod
'baseurlpath' => 'https://www.montpellier-agglo.com/simplesamlphp/',
// recette
// 'baseurlpath' => 'https://www-test.entrouvert.montpellier-agglo.com/simplesamlphp/',
// dev
// 'baseurlpath' => 'simplesamlphp/',
'certdir' => 'cert/',
'loggingdir' => 'log/',
'datadir' => 'data/',