Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to pass client certificate to company's internal REST api from ServiceNow

neha_joshi
Kilo Contributor

I am creating an outbound REST message and I need to call our company's internal REST api via layer7. How do I attach the SSL certificate in the GET REST api call?

6 REPLIES 6

Hi Surendar,



The configuration steps that I mentioned above seems to be correct. I am currently going through our company's certification process for our APIs so that they can be exposed via internet. I should have better answer once the services are set up correctly and accessible outside our company's network.


You can use   Basic Authentication using a MID server Configure a REST message with basic auth or


with OAuth Configure a REST message with OAuth or Mutual Authentication Outbound REST mutual authentication without MID server.




Here   are the different steps for setting up Mutual authentication in Helsinki