Skip to content

Commit

Permalink
Merge pull request #82 from USEPA/IN-151
Browse files Browse the repository at this point in the history
IN-151 Apply patch to add capability to remove simplesamlphp_auth pre…
  • Loading branch information
fouedrao authored Mar 15, 2021
2 parents aa31ea3 + 6488678 commit d68a89d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
"3002948: tablefield_cellspan module throwing error": "https://www.drupal.org/files/issues/2019-11-26/warning_fix-3002948-6.patch"
},
"drupal/simplesamlphp_auth": {
"2983154: Redirect to original destination after logging in": "https://www.drupal.org/files/issues/2020-01-02/simplesamlphp_auth-return-to-destination-parameter-2983154-8-D8.patch"
"2983154: Redirect to original destination after logging in": "https://www.drupal.org/files/issues/2020-01-02/simplesamlphp_auth-return-to-destination-parameter-2983154-8-D8.patch",
"2978876: Add capability to remove prefix from username": "https://www.drupal.org/files/issues/2020-10-19/simplesamlphp_auth-add_capability_to_remove_prefix_from_username-2978876-9.patch"
},
"drupal/blizz_dynamic_entitylist": {
},
Expand Down
4 changes: 3 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/dev/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ role:
population: ''
eval_every_time: false
autoenablesaml: false
remove_prefix: true
2 changes: 2 additions & 0 deletions config/production/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ sync:
mail: true
user_name: true
autoenablesaml: false
remove_prefix: true
debug: false
secure: true
httponly: false
_core:
default_config_hash: BuLah1nwoT5oUjn6XIuKnXkjcvdt5tDIGQ6gAflOY0s
login_link_show: false

1 change: 1 addition & 0 deletions config/staging/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sync:
mail: true
user_name: true
autoenablesaml: false
remove_prefix: true
debug: false
secure: true
httponly: false
Expand Down

0 comments on commit d68a89d

Please sign in to comment.