SailPoint IdentityIQ 8.4 with Microsoft Entra ID using the Web Services Connector

Which IIQ version are you inquiring about?

I am integrating SailPoint IdentityIQ 8.4 with Microsoft Entra ID using the Web Services Connector.

During the Test Connection, I am getting the following SSL exception:

sun.security.validator.ValidatorException:
PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target

Please share any images or screenshots, if relevant.

[Please insert images here, otherwise delete this section]

Please share any other relevant files that may be required (for example, logs).

[Please insert files here, otherwise delete this section]

Share all details about your problem, including any error messages you may have received.

[Replace this text with the problem that you are facing]

hi @krish22 ,

 Download the SSL Certificate from entra id.  
I have downloaded certificate and kept in 
Import Certificate 

keytool -importcert -alias graph -file C:\Certificates\graph.cer -keystore "C:\Program Files\Eclipse Adoptium\jdk-8.0.492.9-hotspot\jre\lib\security\cacerts"

keytool -importcert -alias graph -file C:\Certificates\graph.cer  -keystore "C:\Program Files\Eclipse Adoptium\jdk-8.0.492.9-hotspot\lib\security\cacerts"  
Enter Password

Default Java truststore password:
you can view existing certificates  keytool -list -keystore "%JAVA_HOME%\jre\lib\security\cacerts" Restart Tomcat 
 Restart Windows service:
Retry Test Connection
``