cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

API call with basic authentication and SSL certificate

marco-silva
Participant
0 Likes
2,257

Dear experts,

I'm trying to develop an iFlow to call an API.

I created an HTTP call to the Receiver and parameter the address like https://endpoint:port/prefix .

The receiver has my public certificate key, so I need to put my SSL certificate (p12) in the call, as well as my technical user / password.

Which of them should be on the "Credential Name"? I assume that I can put Authentication "Basic" and put the user / password in a credential in the "Security Material", but then how should I indicate the certificate for SSL trust?

Thank you in advance for your help.

Best regards,

Marco Silva

View Entire Topic
apu_das2
Active Contributor
0 Likes

When you are calling some HTTPS services generally the provider should provide you the SSL certificate and in HCI key store you need to import the SSL to authenticate. Additionally, you can configure Basic authentication in receiver CC.

In you case, you can try with user to certificate mapping once.

Thanks,

Apu