Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
β10-14-2025 07:36 AM
Try this method: @mleonard @jmiskey
Create a new ACL with these values:
- Type: Record
- Operation: Read
- Name: sp_search_source
Set Security Attribute Condition
- Condition Type: Existing
- Security Attribute: UserIsAuthenticated
- Leave Roles Empty: Do not add any roles. The security attribute will handle access.
- Leave Script Empty: You donβt need a script if you're using the security attribute.
Save the ACL
Disable the Old ACL
- Find the original READ ACL on sp_search_source.
- Set Active = false.
Test the Change
- Impersonate a non-admin user.
- Run a search in the Service Portal.
- Confirm that results appear.
Hit π if this solution is helpful! π