Restricting table data access via REST web service using table settings is failing

Prateek Gupta3
Mega Guru

I am accessing the ServceNow instance-1 incident table data using Basic Auth and ServiceNow Table REST API from ServiceNow instance-2 . It is working fine (One of the instance is PDI instance and other one is from a nowlearning course)

Now, I am testing to restrict the Instance-1 incident table data access using Web Service by setting  "Allow access to this table via web services" = False on Inicdent table

Still I am able to get the get the Instance-1 incident table data

 

Instance-1 = Provider

Instance-2 = Client

 

Any help would be appreciated

12 REPLIES 12

AshishKM
Kilo Patron
Kilo Patron

Hi @Prateek Gupta3 ,

 

How you are testing this integration with service-account, are you using any external rest tool ?

 

-Thanks,
AshishKM

 

 

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Prateek Gupta3
Mega Guru

Hi Ashish,

 

Accessing data of ServiceNow instance-1 from ServiceNow instance-2

It is ServiceNow to ServiceNow integration

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Prateek Gupta3 

Have you tried the ACL way?

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746030

 

Please mark the answer as helpful and correct if helped.

Kind regards,

Ravi Chandra 

Prateek Gupta3
Mega Guru

Hi Ravi,

 

I am just trying this way as it is written in ServiceNow course.

ACL way s working fine

 

Thanks