Certificate Authentication for Webservice connector

Which IIQ version are you inquiring about?

Version 8.3

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

Hi All,

We are onboarding one web service connector application, and we have to authenticate the API’s using token, but we have to generate that token by using certificate. from postman we are able to generate the token by importing certificate. but how to do this in SailPoint IIQ side using certificate.

Any suggestions and help would be appreciated.

Thanks.

Here you can find details about WebServices Authentication
https://documentation.sailpoint.com/connectors/identityiq/webservices/help/integrating_webservices/basic_configuration_parameters_iiq.html

especialy section

Hi Kamil,

Thanks for your reply,
We have configured multiple web services application using the same way, but the current application is having authentication using “.p12” certificate format. From the postman we have imported “.p12” certificate and added hostname. Using this details we are able to generate the refresh token and its working fine for authenticating the remaining end points.

From SailPoint side we imported “.p12” certificate in java keystore and trying to generating the token via one simple rule, but getting error like “Received fatal alert: bad_certificate”.

From Eclipse we are trying to connect with end points , by importing “.p12” and self signed certificates in eclipse java keystore. but getting “connection timed out” error.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.