Problem: SAML Auth PHP version 2 requires the PHP mcrypt extension which is unsupported.
Solution: use version 3 of library which has otherwise minimal changes.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | samlauth-v3-3044116.patch | 1.3 KB | klausi |
Problem: SAML Auth PHP version 2 requires the PHP mcrypt extension which is unsupported.
Solution: use version 3 of library which has otherwise minimal changes.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | samlauth-v3-3044116.patch | 1.3 KB | klausi |
Comments
Comment #2
klausiPatch.
Comment #3
smfsh commentedI've been wanting to do this myself for a while (because mcrypt is garbage) but was worried about the overhead in changes. I haven't taken the time to understand exactly whats different in the 3.0 library. Obviously the D7 version of samlauth is simpler than the D8 version, so maybe these considerations are all it requires. I'll release this into dev channel for now and then promote after a bit more testing and bug squashing if necessary.
Thanks for taking the leap for me!
Comment #5
joelpittetThis appears to be committed, marking as fixed.