Drupal 11 support missing for the module
Issue fork drupalauth4ssp-3524320
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3524320-module-does-not
changes, plain diff MR !14
Comments
Comment #4
elamanComment #5
rosk0This module depends on the Drupal Authentication SimpleSAMLphp module , which depends on SimpleSAMLphp which , at present , depends on Symfony 6.
SimpleSAMLphp will release a version compatible with the Symfony 7 only when Symfony 7 LTS will be release in November 2025L:
So this module is blocked and will not receive a Drupal 11compatible release until November this year.
Comment #6
radabassHi,
FYI there's a new untagged branch on simplesamlphp (2.5) compatible with Symfony 7
On this discussion https://github.com/simplesamlphp/simplesamlphp/issues/2472 Tim van Dijen says that if you want they can tag it as a beta or rc so it can be tested on D11
Here is the branch:
https://github.com/simplesamlphp/simplesamlphp/tree/simplesamlphp-2.5
Thank you.
Comment #7
rex.barkdoll commentedI wanted to see if there has been any movement on this now that we're past November 2025?
Comment #8
elamanFYI simplesamlphp 2.5 release candidate now has Symfony 7.2 support, which was a blocker for Drupal 11 update. Technically DrupalAuth can start moving towards rc with Drupal 11 support.
Comment #9
elamanComment #10
patrickharris commentedSimplesamlphp 2.5 now uses Symfony 7.4.
Comment #11
rosk0Comment #14
rosk0Drupal 11 compatibility is released in the version 2.1.0.
Comment #16
rosk0N.B. that due to a Symfony requirements coming from the SimpleSAMLphp it would only be possible to use this version with Drupal 11.3+
Comment #17
radabassThank you!