I am using hashicorp(on prem) as a credential provider in sailpoint ISC. I dont have ssl enabled so i am using the port as 389 instead of 636 in PTA Create AD groups workflow. From the json script i have also added the tag as “useSSL” : false. When i try to run the workflow i am getting the error as below.
“{“result”:null,“warnings”:null,“error”:{“detailCode”:“500.1.504 Downstream Target Timeout”,“message”:{“locale”:“en-US”,“localeOrigin”:“DEFAULT”,“text”:“Bind failed. LDAPS server xx.xyz.xyz.xx:389 is down.”}}}”
Did any one face this issue if yes can some one help me over this. Can we use LDAP instead of LDAPS in this worflows , if yes can some one suggest a way to that .
Hi @naluvala - can you verify if hashicorp is listening on 389? Looks like it expects 636. Also is there any firewall appliance that is in the path that may be blocking it?
@sailpoint_employees , @ambassadors@expert_ambassadors
I am using PTA workflow for creating of AD groups from SailPoint and there is this step named “PAG: Find Duplicate Groups” what is the command that should be used in this step. If at all we have to use search groups command, how can we pass search parameters dynamically from our from attached in workflow like cn value or group name. Note: I tried to use choose variable option in that step but it didnt help. Can any one please help here. Attaching the screenshots here for refrence