Skip to content

Commit

Permalink
VACMS-20023: update header_no_cache for simplesamlphp config (#20032)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-dunn authored Dec 5, 2024
1 parent 3316be9 commit f686170
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/local/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/prod/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/stg/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/tugboat/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f686170

Please sign in to comment.