From f686170af7f4543fe6b8c2779dc1fbe853871cbf Mon Sep 17 00:00:00 2001 From: Edmund Dunn <109987005+edmund-dunn@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:08:54 -0800 Subject: [PATCH] VACMS-20023: update header_no_cache for simplesamlphp config (#20032) --- config/local/simplesamlphp_auth.settings.yml | 2 +- config/prod/simplesamlphp_auth.settings.yml | 2 +- config/stg/simplesamlphp_auth.settings.yml | 2 +- config/tugboat/simplesamlphp_auth.settings.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/local/simplesamlphp_auth.settings.yml b/config/local/simplesamlphp_auth.settings.yml index 683ccf2d22..c9421d2d59 100644 --- a/config/local/simplesamlphp_auth.settings.yml +++ b/config/local/simplesamlphp_auth.settings.yml @@ -5,7 +5,7 @@ login_link_show: true user_name: adUPN unique_id: VAUID mail_attr: adUPN -header_no_cache: false +header_no_cache: true role: population: '' eval_every_time: false diff --git a/config/prod/simplesamlphp_auth.settings.yml b/config/prod/simplesamlphp_auth.settings.yml index 9861d67e5e..bec5ab401b 100644 --- a/config/prod/simplesamlphp_auth.settings.yml +++ b/config/prod/simplesamlphp_auth.settings.yml @@ -5,7 +5,7 @@ debug: false secure: true httponly: false register_users: false -header_no_cache: false +header_no_cache: true allow: default_login: true set_drupal_pwd: true diff --git a/config/stg/simplesamlphp_auth.settings.yml b/config/stg/simplesamlphp_auth.settings.yml index 9861d67e5e..bec5ab401b 100644 --- a/config/stg/simplesamlphp_auth.settings.yml +++ b/config/stg/simplesamlphp_auth.settings.yml @@ -5,7 +5,7 @@ debug: false secure: true httponly: false register_users: false -header_no_cache: false +header_no_cache: true allow: default_login: true set_drupal_pwd: true diff --git a/config/tugboat/simplesamlphp_auth.settings.yml b/config/tugboat/simplesamlphp_auth.settings.yml index e2d49332e8..41d6e7eb12 100644 --- a/config/tugboat/simplesamlphp_auth.settings.yml +++ b/config/tugboat/simplesamlphp_auth.settings.yml @@ -5,7 +5,7 @@ debug: true secure: true httponly: false register_users: false -header_no_cache: false +header_no_cache: true allow: default_login: true set_drupal_pwd: true