Is it possible to restrict ServiceNow REST API so that Basic Authentication is disabled?

sdhar
Kilo Contributor

I want to disable basic auth for table REST API calls. Is this possible?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Sdhar,

Basically you cannot enforce any check when 3rd party consumes the API whether to only allow Basic Auth or only allow OAuth.

Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Sdhar,

Basically you cannot enforce any check when 3rd party consumes the API whether to only allow Basic Auth or only allow OAuth.

Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

GagandeepSingh2
ServiceNow Employee
ServiceNow Employee

API access policy enables you to restrict access to inbound ServiceNow APIs based on the authentication type and the specified filter criteria of the access policy.