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
64
64
// Whether to turn on debug
65
65
'debug' => true,
66
66
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
+
67
72
// Which attributes should be retrieved from the Drupal site.
68
73
'attributes' => array(
69
74
array('field_name' => 'uid', 'attribute_name' => 'uid'),
@@ -96,6 +101,11 @@ Configure the authentication source by putting following code into `simplesamlph
96
101
// Whether to turn on debug
97
102
'debug' => true,
98
103
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
+
99
109
// the URL of the Drupal logout page
100
110
'drupal_logout_url' => 'https://www.example.com/drupal/user/logout',
101
111
You can’t perform that action at this time.
0 commit comments