How to pass client certificate to company's internal REST api from ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2016 09:20 AM
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?
- Labels:
-
Integrations
- 5,064 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2016 11:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2016 01:27 PM
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