|
| 1 | +<?php |
| 2 | +/** |
| 3 | + * This is example configuration of SimpleSAMLphp themevanila. |
| 4 | + * Copy this file to default config directory and edit the properties. |
| 5 | + * |
| 6 | + * copy command (from SimpleSAML base dir) |
| 7 | + * cp modules/themevanilla/module_themevanilla.php config/ |
| 8 | + */ |
| 9 | +$config = array( |
| 10 | + 'cookiePolicy' => array( |
| 11 | + array('type' => 'Session State', 'provider' => 'aai.rciam.eu', 'name' => 'rciam_proxy_authtoken, rciam_google_proxy_authtoken, rciam_google_proxy_authtoken, rciam_facebook_proxy_authtoken, rciam_linkedin_proxy_authtoken, rciam_orcid_proxy_authtoken', 'thirdParty' => false, 'category' => 'Session', 'purpose' => 'Preserve user authentication token to prevent session fixation attacks'), |
| 12 | + array('type' => 'Session State', 'provider' => 'aai.rciam.eu', 'name' => 'rciam_proxy_sid, rciam_google_proxy_sid, rciam_google_proxy_sid, rciam_facebook_proxy_sid, rciam_linkedin_proxy_sid, rciam_orcid_proxy_sid', 'thirdParty' => false, 'category' => 'Session', 'purpose' => 'Preserve user session ID to retrieve session information'), |
| 13 | + array('type' => 'Preferences', 'provider' => 'aai.rciam.eu', 'name' => 'rciam_poweridpdisco_lastidp', 'thirdParty' => false, 'category' => 'Persistent', 'purpose' => 'Preserve preferred IdP selection for SimpleSAMLphp IdP discovery service'), |
| 14 | + array('type' => 'Preferences', 'provider' => 'aai.rciam.eu', 'name' => 'rciam_poweridpdisco_remember', 'thirdParty' => false, 'category' => 'Persistent', 'purpose' => 'Preserve preference whether to remember IdP selection for SimpleSAMLphp IdP discovery service'), |
| 15 | + array('type' => 'Session State', 'provider' => 'aai.rciam.eu', 'name' => 'rciam_co_registry_sid', 'thirdParty' => false, 'category' => 'Session', 'purpose' => 'Preserve user session ID to retrieve session information'), |
| 16 | + array('type' => 'Preferences', 'provider' => 'aai.rciam.eu', 'name' => 'rciam_co_registry_tz', 'thirdParty' => false, 'category' => 'Persistent', 'purpose' => 'Preserve preferred timezone selection for COmanage RCIAM Account Registry'), |
| 17 | + array('type' => 'Preferences', 'provider' => 'aai.rciam.eu', 'name' => 'i18next', 'thirdParty' => false, 'category' => 'Session', 'purpose' => 'Preserve preferred language for RCIAM AAI OpenID Connect Provider'), |
| 18 | + array('type' => 'Session State', 'provider' => 'aai.rciam.eu', 'name' => 'JSESSIONID', 'thirdParty' => false, 'category' => 'Session', 'purpose' => 'Preserve user session ID to retrieve session information') |
| 19 | + ) |
| 20 | +); |
| 21 | + |
| 22 | +?> |
0 commit comments