ACL Debugging for DB views with Service Account
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 03:22 AM
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 07:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 09:03 PM
@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.