- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 06:35 AM
I have followed the ServiceNow docs to setup the REST API access policy with IP filter criteria.
I am always getting the following response in postman:
Configuration details as follows:
REST API access policy:
Standard Authentication Profile:
Authentication policy:
IP filter criteria:
Kindly request to help where I am going wrong. @Randheer Singh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 07:17 AM - edited 07-08-2024 07:20 AM
IP address range 192.168.0.0 – 192.168.255.255 is one of the three private IP address ranges. You cannot be accessing a cloud-hosted ServiceNow instance from an address within that range. You need to find out what your public IP address is and make sure it is within the range that you use in the IP filter.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 10:54 PM
Hi @Randheer Singh ,
Yes I am using OAuth to test from postman. As mentioned in above comments the problem was I have configured the IP filter with my private IP address, Once I configured with public IP it worked. Thank you
Best Regards,
Appurvan K