Authentication policies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 12:09 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 11:00 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 03:32 AM
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?