Problem/Motivation
The changes in #3289683: New 4.x branch for Drupal 10 compatibility with SimpleSamlPHP dev-master made some alterations that result in different behaviour unexpectedly. Se #3289683-21: New 4.x branch for Drupal 10 compatibility with SimpleSamlPHP dev-master
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3334908-4.patch | 2.14 KB | alexpott |
| #3 | 2-4-interdiff.txt | 2.44 KB | alexpott |
| #2 | 3334908-2.patch | 3.01 KB | alexpott |
Comments
Comment #2
alexpottComment #3
alexpottMissed something... oops
Forgot to add back in the check for
if ($this->config->get('autoenablesaml')) {Comment #5
berdirOops, thanks for the fixes.