The CreatorCon Call for Content is officially open! Get started here.

How to use Azure DevOps Personal Access Token as an authentication type in REST API

Swapna Abburi
Mega Sage
Mega Sage

Hi,

I am trying to use REST API to create a work item in Azure DevOps from ServiceNow. The API works fine using Personal Access Token(PAT) in postman. Any idea how I can use PAT as an authentication type in ServiceNow Outbound REST message.

1 ACCEPTED SOLUTION

Swapna Abburi
Mega Sage
Mega Sage

It worked by creating a Basic Authentication credentials in ServiceNow with User Name as my AD/Network ID and password as Azure Personal Access Token (PAT).

View solution in original post

10 REPLIES 10

@Karim Kabbara1 

Yes, we can use SPN and configure Oauth authentication in ServiceNow.