Liferay SSO with LDAP – Configuration & Flow Explained
Single Sign-On (SSO) with LDAP is a common enterprise requirement where user authentication and authorization are centralized in a directory service such as Active Directory or OpenLDAP.
Liferay DXP provides native LDAP integration, allowing organizations to authenticate users using their corporate credentials.
This blog explains how Liferay SSO with LDAP works, its configuration, and best practices.
🔹 1. What Is LDAP SSO in Liferay?
LDAP (Lightweight Directory Access Protocol) is a directory service used to store:
-
Users
-
Groups
-
Roles
-
Organizational units
With LDAP SSO, users:
-
Log in once using LDAP credentials
-
Access Liferay without creating separate passwords
-
Are automatically synced into Liferay
👉 Liferay does not store passwords locally when LDAP authentication is enabled.
🔹 2. Liferay LDAP SSO Architecture
Authentication Flow
-
User enters credentials on Liferay login page
-
Liferay forwards credentials to LDAP
-
LDAP validates username & password
-
On success:
-
User is created/updated in Liferay
-
Roles and groups are synced
-
-
User is logged into Liferay
🔹 3. Supported LDAP Servers
Liferay supports:
-
Microsoft Active Directory
-
OpenLDAP
-
Apache Directory Server
-
IBM Tivoli Directory Server
🔹 4. Enable LDAP Authentication in Liferay
Step 1: Login as Portal Administrator
Navigate to:
Step 2: Configure LDAP Server
Go to:
Enable:
-
✅ LDAP Authentication Enabled
-
✅ Import Enabled
🔹 5. LDAP Connection Configuration
Typical configuration parameters:
| Setting | Example |
|---|---|
| Base Provider URL | ldap://ldap.company.com:389 |
| Base DN | dc=company,dc=com |
| Principal | cn=admin,dc=company,dc=com |
| Credentials | ******** |
| Authentication Method | Simple |
👉 For Active Directory, use:
🔹 6. User Mapping Configuration
Navigate to:
Example mappings:
| Liferay Field | LDAP Attribute |
|---|---|
| Screen Name | sAMAccountName |
| Email Address | |
| First Name | givenName |
| Last Name | sn |
| UUID | objectGUID |
🔹 7. Group & Role Mapping
Navigate to:
-
Map LDAP groups to Liferay Roles
-
Enable Group Import
-
Assign default site roles automatically
Example:
🔹 8. Import & Sync Behavior
Liferay supports:
-
Automatic import on login
-
Scheduled sync (via scheduler)
-
Manual sync from Control Panel
Sync options:
-
Users only
-
Groups only
-
Users + Groups
🔹 9. Common LDAP SSO Issues & Fixes
❌ User cannot login
✔ Check Base DN
✔ Verify credentials
✔ Test LDAP connection
❌ User created but cannot authenticate
✔ Ensure LDAP authentication is enabled
✔ Disable local password authentication
❌ Groups not syncing
✔ Check group search filter
✔ Verify group DN
✔ Enable group import
🔹 10. Security Best Practices
✔ Use LDAPS (port 636)
✔ Restrict LDAP service account permissions
✔ Enable audit logs
✔ Do not allow local password override
✔ Use scheduled sync carefully
🔹 11. LDAP vs Other SSO Options in Liferay
| SSO Type | Use Case |
|---|---|
| LDAP | Internal enterprise users |
| SAML | External partners |
| OAuth2 / OIDC | Modern apps & APIs |
| CAS | Legacy systems |
✅ Conclusion
Liferay’s LDAP SSO integration provides a secure, centralized, and enterprise-grade authentication solution. It simplifies user management, improves security, and ensures consistent access control across systems.
LDAP SSO is ideal when:
-
Users already exist in Active Directory
-
Centralized identity management is required
-
Passwords must not be stored locally
💼 Professional Support Available
If you are facing issues in real projects related to enterprise backend development or workflow automation, I provide paid consulting, production debugging, project support, and focused trainings.
Technologies covered include Java, Spring Boot, PL/SQL, CMS, Azure, and workflow automation (jBPM, Camunda BPM, RHPAM).
📧 Contact: ishikhanirankari@gmail.com | info@realtechnologiesindia.com
🌐 Website: IT Trainings | Digital metal podium
Comments
Post a Comment