Authentication policies

NehaM1658160002
Tera Contributor

Hi Everyone,

 

I have configured an import set API for inbound integration in servicenow and the authentication is OAuth. I have configured HMAC configuration for hash type of inbound authentication profile of hmac type for this import set api.

 

Is there a way I can use both type of authentication for same import set api without disturbing or restricting the oauth authentication?

2 REPLIES 2

Randheer Singh
ServiceNow Employee
ServiceNow Employee

You can add both associate two authentication profiles to the API access policy that you have created for import set API.

 

One authentication profile for HMAC and the other one for OAuth.
In that way, both authentication methods will be supported for the API.

The HMAC authentication cannot be configured different for different import set api. How we can do for scripted rest api. Is there a way to configure this hmac authentication for different import set api's?