LDAP
Lightweight Directory Access Protocol
ThreatGet supports authentication via LDAP, enabling seamless integration with your organization’s internal directory environment (e.g., Active Directory). This ensures centralized user management and consistent access control across systems.
Environment Variables (if needed):
- LDAP_DOMAN <domain_name>
- LDAP_ENABLED <true>
- LDAP_PORT <port_number>
- LDAP_URL <url>
These settings may not be required if the environment already supplies the necessary LDAP connection details.
To authenticate via LDAP, enter your LDAP credentials on the login page, enable the Use LDAP option and then click the Login button to proceed.

Advantages
- Users can log in using their existing company username and password
- Centralized user management and permission control
- No need to maintain separate accounts in the application
Disadvantages
- Requires access to an LDAP/Active Directory server
- Configuration can be more complex if your directory structure varies