
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 10:49 PM
We have a requirement to integrate ServiceNow with third party system where the client need certificate based authentication for ServiceNow inbound API calls. We have created scripted REST APIs.
Please provide details or detailed steps for setting up certificate based authentication for ServiceNow inbound integration.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2022 01:13 AM
We were able to set up certificate based authentication using below steps:
- Created a JKS keystore using keystore explorer.
- Generated a CSR and shared with third party administrator.
- Exported private key from the keystore using keystore explorer.
- Third party administrator shared the signed certificate which included root, intermediate and primary one.
- Created a new keystore and imported key pair using keystore explorer. (Selected the files from step 3 and step 4)
- Then configured the keystore in ServiceNow
- And enabled mutual authentication in Rest message with a protocol profile.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 11:20 PM
Hi
Please refer to these threads shall help you :
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 06:55 AM
Thanks Sandeep for sharing few references. I have been through these links but they are not much explanatory. I am looking for some article or community link which explains step by step process for the same.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2022 01:13 AM
We were able to set up certificate based authentication using below steps:
- Created a JKS keystore using keystore explorer.
- Generated a CSR and shared with third party administrator.
- Exported private key from the keystore using keystore explorer.
- Third party administrator shared the signed certificate which included root, intermediate and primary one.
- Created a new keystore and imported key pair using keystore explorer. (Selected the files from step 3 and step 4)
- Then configured the keystore in ServiceNow
- And enabled mutual authentication in Rest message with a protocol profile.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2024 05:36 AM
Hey Mahesh,
Would be very helpful if you could share the steps by step process?
Like, How to Created a JKS keystore and Generated a CSR and so on