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

Adaptive authentication with IP filter is not working

Appurvan_K
Tera Contributor

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:

Appurvan_K_0-1720444985246.png

Configuration details as follows:

 

REST API access policy:

Appurvan_K_1-1720445033424.png

Standard Authentication Profile:
Appurvan_K_3-1720445076078.png

Authentication policy:

Appurvan_K_4-1720445315773.png

Appurvan_K_6-1720445423341.png

Appurvan_K_7-1720445456561.png

 

IP filter criteria:

Appurvan_K_5-1720445376516.png

 

Kindly request to help where I am going wrong. @Randheer Singh 

 

 

 

 

1 ACCEPTED SOLUTION

Slava Savitsky
Giga Sage

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.

View solution in original post

5 REPLIES 5

Slava Savitsky
Giga Sage

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.

Hi @Slava Savitsky ,

I have configured the ip filter with my public IP range. It started working fine. Thanks a lot.

 

Best Regards,

Appurvan K

Pratiksha
Mega Sage
Mega Sage

Questions: Is it the same instance table you are trying to access?

2)does the user have permissions?

3)Did you check the password?

Randheer Singh
ServiceNow Employee
ServiceNow Employee

Hi @Appurvan_K 
You have added OAuth to your authentication profile. Are you using OAuth to test the IP criteria?

If you are using basic authentication for testing, please ensure it has been added to authentication profiles.

Thanks,

Randheer