Can we use access token with soap request?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 11:46 PM
I am able to get the access token from service now using oauth 3legged flow. How can i use it with my SOAP request to service now?
Labels:
- Labels:
-
Integrations
-
Team Development
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2017 03:46 PM
Hi Azam,
At this moment only REST API supports OAuth in ServiceNow, it is not used for SOAP because the protocol is different.
When using SOAP request, below authentication mechanisms are supported.
1.Basic Authentication
2.Web Service Security Profile (using a certificate in the header)
3.Mutual Authentication (Sender and Receiver exchange certificates to each other to validate the identity)
Cheers
Henry