Mutual authentication for Outbound Rest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi Folks,
I have a requirement of certificate based authentication for outbound integration. I have created a certificate and also the mutual authentication protocol profile. In protocol profile we have a mandatory field called "Protocol" whatever we give it in there it get's prefixed to the endpoint while testing the rest method. For example: Protocol is set as "mauth" and endpoint is "https://servicenow.com", endpoint at the time of test will become "mauth://https://servicenow.com", mauth:// will be added automatically. The issue here is, my application to which I'm sending the request expects "https" not "mauth" and it gives 403. I cannot replace mauth with https as servicenow doesn't accept it. Someone please help me with this.
Thanks!
