---
title: "LDAP configuration settings for SSL connections in Power apps config"
canonical: "https://support.appfire.com/space/SUPPORT/375161480/LDAP%20configuration%20settings%20for%20SSL%20connections%20in%20Power%20apps%20config"
format: markdown
---
This article provides steps to configure LDAP if your LDAP server is set up to require SSL/TLS encrypted connections.

**Steps to Configure SSL Connections for LDAP in Power Suite Apps**

1. **Power Apps Configuration:**
  Follow these steps [https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15489391](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15489391) to configure LDAP in Power Apps.
2. **Port Configuration:**
  To establish an SSL/TLS encrypted connection to an LDAP server, port 636 is typically used. This port is dedicated to secure LDAP communication.
3. **URL Format:**
  The URL used to connect to the LDAP server should start with `ldaps://` instead of the regular `ldap://`. The `ldaps://` protocol indicates that the connection should be established using SSL encryption. Update your LDAP server URL to reflect this change.