This module enables Drupal sites to automatically log users in using NTLM or Kerberos authentication within a managed domain, eliminating the need for manual credential entry. It relies on web server variables to integrate with existing authentication systems.
The LDAP Single Sign-On module allows an administrator to configure a Drupal site to use either NTLM or Kerberos to authenticate Drupal users.
In short, it relies on the $_SERVER web server variable to integrate a site within a managed domain. The net effect is that either automatically or by visiting a link, a user is authenticated and logged into a Drupal site without requiring the user to enter credentials on suitably configured installations manually.
Note that this module is not an SSO provider usable over the public internet without additional middleware. Look at SimpleSAML and similar modules if you are looking for this.
LDAP SSO is usable together with the matching release from LDAP. See the release notes for further information.
Setup information
For more information on configuring Apache to provide NTLM / LDAP authentication, see the README.md/txt (also provided under external documentation).
This module requires the LDAP suite of modules to be installed and fully configured for proper operation.
Develop LDAP Single Sign On using DDEV ⚙
If you haven't already, install DDEV.
git clone [email protected]:project/ldap_sso.git cd ldap_sso ddev config --project-type=drupal --docroot=web --php-version=8.4 --corepack-enable --project-name=ldap-sso ddev add-on get ddev/ddev-drupal-contrib ddev add-on get s-ayers/ddev-drupal-contrib-mkdocs ddev start ddev poser ddev symlink-project ddev drush site:install -y ddev drush pm:install ldap_sso -y ddev drush config:export -y ddev drush user:login
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 8.x-4.2 | Stable | 10–11 | Jan 21, 2025 |