Microsoft Active Directory
OvalEdge supports integration with Microsoft Active Directory (AD) through the Lightweight Directory Access Protocol (LDAP). Connecting OvalEdge to AD helps organizations streamline user onboarding and improve security.
Purpose
The purpose of integrating OvalEdge with Microsoft Active Directory (LDAP) is to:
Allow users to log in with their AD credentials
Centralize authentication and security
Automate user and group provisioning
Enforce role-based access control using AD groups
Prerequisites
Ensure the following components are in place before initiating the integration process:
Active Directory Server Details
LDAP/LDAPS URL:
ldap://<hostname>:389 ldaps://<hostname>:636Base DN:
DC=yourdomain,DC=comService Account Credentials (for binding):
Bind DN:
CN=ldapuser,CN=Users,DC=yourdomain,DC=comBind Password: Required for authentication
LDAP Filters
User Search Filter:
(&(objectClass=user)(sAMAccountName={0}))Group Filter (optional):
(objectClass=group)
User Attributes Mapping
Username:
sAMAccountNameEmail:
mailDisplay Name:
cn
Access and Permissions
OvalEdge Admin Access: Required to configure integration settings
Network Access: OvalEdge server must have connectivity to the AD/LDAP server
Steps Involved
Update the oasis.properties File
Log in to the OvalEdge server as an admin
Set the security type to LDAP
Enter LDAP Connection Details
Fill the following fields in the configuration page:
FieldExampleLDAP URL
ldap://ad.company.com:389
Base DN
DC=company,DC=com
Bind DN (Service Account)
CN=ldapuser,CN=Users,DC=company,DC=com
Bind Password
******
User Search Filter
(&(objectClass=user)(sAMAccountName={0}))
Username Attribute
sAMAccountName
Display Name Attribute
CN
Email Attribute
Mail
Click Test Connection to validate the details
Enable LDAP Authentication
Set the authentication mode to LDAP
Save the configuration
Sync Users and Groups
Navigate to Admin → Users → Sync from LDAP
OvalEdge pulls users and groups based on the configured filters
Assign AD groups to OvalEdge roles like:
ROLE_ADMINROLE_USER
Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA, USA.
Last updated
Was this helpful?

