File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ Configure the authentication source by putting following code into `simplesamlph
6464 // Whether to turn on debug
6565 'debug' => true,
6666
67+ // Cookie name. Set this to use a cache-busting cookie pattern
68+ // (e.g. 'SESSdrupalauth4ssp') if hosted on Pantheon so that the cookie
69+ // is is not stripped away by Varnish. See https://pantheon.io/docs/cookies#cache-busting-cookies .
70+ 'cookie_name' => 'drupalauth4ssp',
71+
6772 // Which attributes should be retrieved from the Drupal site.
6873 'attributes' => array(
6974 array('field_name' => 'uid', 'attribute_name' => 'uid'),
@@ -96,6 +101,11 @@ Configure the authentication source by putting following code into `simplesamlph
96101 // Whether to turn on debug
97102 'debug' => true,
98103
104+ // Cookie name. Set this to use a cache-busting cookie pattern
105+ // (e.g. 'SESSdrupalauth4ssp') if hosted on Pantheon so that the cookie
106+ // is is not stripped away by Varnish. See https://pantheon.io/docs/cookies#cache-busting-cookies .
107+ 'cookie_name' => 'drupalauth4ssp',
108+
99109 // the URL of the Drupal logout page
100110 'drupal_logout_url' => 'https://www.example.com/drupal/user/logout',
101111
You can’t perform that action at this time.
0 commit comments