Hostname Verification
To disable hostname verification during LDAP Communication over TLS, add the disableLDAPHostnameVerification
attribute using the REST API.
POST <url>/api/source/update/<sourceID>
- <url>: is the URL for the customer's Identity Security Cloud instance
- <sourceID>: is the Source ID (number) obtained through the UI
In the body of the POST, use the form-data as follows:
-
Key:
connector_disableLDAPHostnameVerification
-
Value:
true
Note
For more information on SailPoint's REST APIs, refer to Best Practices: REST API Authentication and REST API - Update Source (Partial) in the SailPoint Developer Community.