ACL Debugging for DB views with Service Account

Afsar2
Tera Contributor

Hello,

I am trying to access a DB view (join on CI classes) via webservice account.

Service account has Web Service Access Only checked.

 

Can we debug ACLs for this service account?

Are DB views accessible for query via web services? (Record Read ACL is created for target tables in DB view).

2 REPLIES 2

Bert_c1
Kilo Patron

Review: ACL Debug

 

Afsar2
Tera Contributor

@Bert_c1 , Thanks for the suggestion.

I went through the docs, Debugging tool requires impersonation.

However, service accounts cannot be impersonated.(as per the following KB articles)

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

 

I am looking for the right approach to test ACLs for this specific scenario for DB views via web service account.