Skip to content

1.x-2.0.0

Compare
Choose a tag to compare
@alanmels alanmels released this 17 Nov 04:16
· 3 commits to 1.x-2.x since this release

Version 2.0.0

This release of the Single Sign-On (SSO) Module for Backdrop CMS enables seamless user authentication across multiple subdomains of the same main domain. By leveraging Backdrop's native session handling and a shared database setup, this module simplifies the process of implementing SSO functionality for multi-site environments.

Key Features

  • Cross-Subdomain Authentication: Automatically logs users into all subdomains of the main domain after logging into any one subdomain.
  • Native Session Handling: Utilizes Backdrop CMS's built-in sessions table and session cookies for efficient and reliable authentication.
  • Centralized Userbase: Supports shared user-related tables (users, sessions, etc.) across subdomains for a unified user experience.
  • Simple Configuration: Requires minimal setup, including:
    • Sharing specific database tables (users, sessions) across sites.
    • Setting the $cookie_domain variable in settings.php file.

This release provides a robust foundation for managing user authentication across subdomains, ensuring a seamless and secure experience for multi-site Backdrop installations. Feedback and contributions are welcome!