incident.do Web service x SSO - ServiceNow Community

incident.do Web service x SSO

luiz_gouvea
Kilo Explorer

Good morning, I want to send the user credentials through SSO to use the incident.do web service. How can I do that?

2 REPLIES 2

Pritam6
Tera Guru

Have a read of the Web Services section on the wiki as a starting point - http://wiki.service-now.com/index.php?title=Web_Services


john_andersen
Tera Guru

The web services do not use the same authentication method as typical users who log into the system via a browser. The SOAP web services provided by ServiceNow are secured using Basic Authentication. This means you will need to pass basic authetnication header with your SOAP request. This is a standard mechanism and most SOAP API's support this method of sending authorization with SOAP.

The credentials will be checked against the instance itself and not against any LDAP or SSO Identity provider. Thus the user and password must be stored within the ServiceNow instance.