Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Finally ldap_sso has test coverage over it's primary behavior in an end-to-end test. It should now be possible to more easily reproduce real-world issues with this and provide a more stable integration.
Most importantly in this release the seamless mode has been completely rewritten, the sso_login_running cookie is no longer needed and we are not doing the redirect to the login controller anymore but rather doing it internally. This should reduce a large number of issues and problems users have had and simplify maintenance.
Issue #3189233 by jurgenhaas: Ensure auto update for Drupal 9
Fix class name in services definition
Rename ManagerTest to ManagerTests in service definition too
drupalspoons/drd#65 Fix views fields when used in context of relationships
Fix error "only variables can be passed as reference"
drupalspoons/drd#66 Ensure a reasonable core version number for abandoned projects
Add more files to gitignore
Fix typo
Rename class ManagerTest to ManagerTests in order to not confuse PhpUnit
Add gitignore file