Hi, I am trying to use scim 2.0 connector first time for CyberArk integration with IdentityNow. I am done with SCIM server setup from CyberArk side. In Sailpoint IDN, in the connection setting section, I am using host URL as "http://hostname.devtest.net/CyberArk/scim/v2/" and selected basic auth with username as “Sailpoint-User”
When I click on test connection, I am getting below error message -
[ InvalidConfigurationException ] [ Possible suggestions ] Please check base URL [ Error details ] Error while performing operation : Test Connection Error code : 404 <html><head><title>404 Not Found</title></head> <body><h1>Host Not Found</h1> <p>DNS error (the host name of the page you are looking for does not exist) or Server did not accept the connection.<br><br>Please check that the host name has been spelled correctly.<br></p> <!--Zscaler/6.2--></body></html>
but when I use same credential from postman using URL as "https://hostname.devtest.net:8443/CyberArk/scim/v2/Users" I am able to get all users (200 ok status)
Could you please suggest me what I am missing for baseURL error
Hi All, just to update here so that others can find it helpful, I fixed the reported error by adding TLSv1,TLSv1.1,TLSv1.2 protocol in config.yml file from cyberark scim server.