Problem/Motivation
this module is no longer compatible with drupal 10.6.14 due to this update https://git.drupalcode.org/project/drupal/-/commit/dff624a5c2ea0f4f9c7e9...
Steps to reproduce
-install drupal 10.6.14
-install simplesamlphp_auth 4.1
this module is no longer compatible with drupal 10.6.14 due to this update https://git.drupalcode.org/project/drupal/-/commit/dff624a5c2ea0f4f9c7e9...
-install drupal 10.6.14
-install simplesamlphp_auth 4.1
Comments
Comment #2
berdirThere is nothing this project an do about that. We don't decide what core nor what simplesamlphp requires. That it's near-impossible to find a dependency match between what drupal/core needs and what simplesamlphp needs is well-known. See the chapter almost on top of the project page, I strongly recommend migrating away to a different solution, this is just not a good match (anymore).
That said, I did manage to install it with drupal/core instead of drupal/core-recommended and composer config audit.block-insecure false, due to security issues in simplesamlphp/saml2-legacy on the version that are compatible with each other.