Can we use access token with soap request?

azam110
Kilo Contributor

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?

5 REPLIES 5

henry_cheng
ServiceNow Employee
ServiceNow Employee

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