Oct 31 18:26:48 simplesamlphp DEBUG [TR76d229de] Localization: load domain 'messages' at '/home/sap/dev-sites/dc/idp/simplesamlphp/locales'
Oct 31 18:26:48 simplesamlphp DEBUG [TR76d229de] Trying langpath for 'en' as '/home/sap/dev-sites/dc/idp/simplesamlphp/locales/en/LC_MESSAGES/'
Oct 31 18:26:48 simplesamlphp DEBUG [TR76d229de] Localization: load domain 'core' at '/home/sap/dev-sites/dc/idp/simplesamlphp/modules/core/locales'
Oct 31 18:26:48 simplesamlphp DEBUG [TR76d229de] Trying langpath for 'en' as '/home/sap/dev-sites/dc/idp/simplesamlphp/modules/core/locales/en/LC_MESSAGES/'
Oct 31 18:26:48 simplesamlphp DEBUG [TR76d229de] Localization: load domain 'core' at '/home/sap/dev-sites/dc/idp/simplesamlphp/modules/core/locales'
Oct 31 18:26:48 simplesamlphp DEBUG [TR76d229de] Trying langpath for 'en' as '/home/sap/dev-sites/dc/idp/simplesamlphp/modules/core/locales/en/LC_MESSAGES/'
Oct 31 18:26:48 simplesamlphp ERROR [TR76d229de] Error creating session: Headers already sent.
$httpUtils = new \SimpleSAML\Utils\HTTP();
$config = [
'baseurlpath' => '
http://idp/sso/',
'application' => [
],
'cachedir' => 'cache',
'loggingdir' => 'log',
'datadir' => 'data',
'tempdir' => '/tmp/SimpleSAMLphp',
'certdir' => 'cert/',
'technicalcontact_name' => 'Administrator',
'technicalcontact_email' => '
n...@example.org',
'timezone' => 'America/New_York',
'secretsalt' => '123lkj123lkj123lkj123',
'auth.adminpassword' => 'secret',
'admin.protectmetadata' => false,
'admin.checkforupdates' => true,
'trusted.url.domains' => [],
'trusted.url.regex' => false,
'enable.http_post' => false,
'assertion.allowed_clock_skew' => 180,
'debug' => [
'saml' => false,
'backtraces' => true,
'validatexml' => false,
],
'showerrors' => false,
'errorreporting' => false,
'logging.level' => SimpleSAML\Logger::DEBUG,
'logging.handler' => 'file',
'logging.facility' => defined('LOG_LOCAL5') ? constant('LOG_LOCAL5') : LOG_USER,
'logging.processname' => 'simplesamlphp',
'logging.logfile' => 'simplesamlphp.log',
'statistics.out' => [
],
'proxy' => null,
'database.dsn' => 'mysql:host=localhost;dbname=idp',
'database.username' => 'idp',
'database.password' => 'idp',
'database.options' => [],
'database.prefix' => '',
'database.driver_options' => [],
'database.persistent' => false,
'database.secondaries' => [
],
'enable.saml20-idp' => true,
'enable.adfs-idp' => false,
'module.enable' => [
'exampleauth' => true,
'core' => true,
'admin' => true,
'saml' => true,
],
'session.duration' => 8 * (60 * 60), // 8 hours.
'session.datastore.timeout' => (4 * 60 * 60), // 4 hours
'session.state.timeout' => (60 * 60), // 1 hour
'
session.cookie.name' => 'SimpleSAMLSessionID',
'session.cookie.lifetime' => 0,
'session.cookie.path' => '/',
'session.cookie.domain' => '',
'session.cookie.secure' => false,
'session.cookie.samesite' => $httpUtils->canSetSameSiteNone() ? 'None' : null,
'session.phpsession.cookiename' => 'SimpleSAML',
'session.phpsession.savepath' => 'data',
'session.phpsession.httponly' => true,
'session.authtoken.cookiename' => 'SimpleSAMLAuthToken',
'session.rememberme.enable' => false,
'session.rememberme.checked' => false,
'session.rememberme.lifetime' => (14 * 86400),
'memcache_store.servers' => [
[
['hostname' => 'localhost'],
],
],
'memcache_store.prefix' => '',
'memcache_store.expires' => 36 * (60 * 60), // 36 hours.
'language.available' => [
'en', 'no', 'nn', 'se', 'da', 'de', 'sv', 'fi', 'es', 'ca', 'fr', 'it', 'nl', 'lb',
'cs', 'sk', 'sl', 'lt', 'hr', 'hu', 'pl', 'pt', 'pt_BR', 'tr', 'ja', 'zh', 'zh_TW',
'ru', 'et', 'he', 'id', 'sr', 'lv', 'ro', 'eu', 'el', 'af', 'zu', 'xh', 'st',
],
'language.rtl' => ['ar', 'dv', 'fa', 'ur', 'he'],
'language.default' => 'en',
'
language.parameter.name' => 'language',
'language.parameter.setcookie' => true,
'
language.cookie.name' => 'language',
'language.cookie.domain' => '',
'language.cookie.path' => '/',
'language.cookie.secure' => false,
'language.cookie.httponly' => false,
'language.cookie.lifetime' => (60 * 60 * 24 * 900),
'language.cookie.samesite' => $httpUtils->canSetSameSiteNone() ? 'None' : null,
'theme.use' => 'default',
'template.auto_reload' => false,
'production' => false,
'assets' => [
'salt' => 'assets.salt.default',
'caching' => [
'max_age' => 86400,
'etag' => false,
],
],
'idpdisco.enableremember' => true,
'idpdisco.rememberchecked' => true,
'idpdisco.validate' => true,
'idpdisco.extDiscoveryStorage' => null,
'idpdisco.layout' => 'dropdown',
'authproc.idp' => [
30 => 'core:LanguageAdaptor',
50 => 'core:AttributeLimit',
99 => 'core:LanguageAdaptor',
],
'authproc.sp' => [
90 => 'core:LanguageAdaptor',
],
'metadatadir' => 'metadata',
'metadata.sources' => [
['type' => 'flatfile'],
],
'metadata.sign.enable' => false,
'metadata.sign.privatekey' => null,
'metadata.sign.privatekey_pass' => null,
'metadata.sign.certificate' => null,
'metadata.sign.algorithm' => '
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
'store.type' => 'sql',
'store.sql.dsn' => 'sqlite:/home/sap/dev-sites/dc/idp/simplesamlphp/data/db.sq3',
'store.sql.username' => null,
'store.sql.password' => null,
'store.sql.prefix' => 'SimpleSAMLphp',
'store.sql.options' => [],
'store.redis.host' => 'localhost',
'store.redis.port' => 6379,
'store.redis.username' => '',
'store.redis.password' => '',
'store.redis.tls' => false,
'store.redis.insecure' => false,
'store.redis.ca_certificate' => null,
'store.redis.certificate' => null,
'store.redis.privatekey' => null,
'store.redis.prefix' => 'SimpleSAMLphp',
'store.redis.mastergroup' => 'mymaster',
'store.redis.sentinels' => [],
'proxymode.passAuthnContextClassRef' => false,
];