Skip to content

Commit

Permalink
VACMS-20021: patch simplesamlphp auth to fix login issue that leaves …
Browse files Browse the repository at this point in the history
…user anonymous (#20062)

* VACMS-20021: patch for simplesamlphp that leaves user anonymous

* VACMS-20021: updated composer.lock
  • Loading branch information
edmund-dunn authored Dec 9, 2024
1 parent 9f05d86 commit cc6a530
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 6 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@
"3190131 - Possibly unnecessary logging in SchemaFactory::create().": "patches/3190131-schemata-remove-logging-statement.patch"
},
"drupal/simplesamlphp_auth": {
"VAMCS-19923: add PIV car logging": "patches/VACMS-19923-simplesaml-attributes-error-logging.patch"
"VAMCS-19923: add PIV car logging": "patches/VACMS-19923-simplesaml-attributes-error-logging.patch",
"3127628 - Successful login with IDP but the user is still considered as anonymous": "patches/3127628-simplesamlphp-auth-fix-redirection-issue.patch"
},
"drupal/social_media_links": {
"3044002 - Platform Name and Aria Label issue": "patches/3044002-platform-name-and-aria-label-issue.patch"
Expand Down
10 changes: 5 additions & 5 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1e24bf6df0c1e03f0356f002abe80571",
"content-hash": "07ca97f7d24c28b3ba2786b0a01a43c7",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -27896,6 +27896,7 @@
"drupal/fieldhelptext": 10,
"drupal/flag": 10,
"drupal/graphql_menu": 15,
"drupal/html_tag_usage": 10,
"drupal/image_style_warmer": 5,
"drupal/jsonapi_resources": 10,
"drupal/limited_field_widgets": 15,
Expand All @@ -27915,13 +27916,12 @@
"drupal/simplesamlphp_auth": 5,
"drupal/styleguide": 10,
"drupal/user_history": 15,
"drupal/viewfield": 10,
"drupal/html_tag_usage": 10
"drupal/viewfield": 10
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform": {},
"platform-dev": {},
"platform-overrides": {
"php": "8.1"
},
Expand Down
Loading

0 comments on commit cc6a530

Please sign in to comment.