Skip to content

Add a "filter" (search) endpoint that can be used by Orthanc servers to determine if a user or group exists

The Orthanc local ACL policy system requires that Orthanc be able to query Sonador to determine if users or groups exist, and whether the user has access to a specific Orthanc instance. It is further needed for retrieving user details for comments and other views. For example, the comment view needs to determine if a user making a request to modify a comment is the original author of that comment. If not, the request to update the comment should be denied.

Needed endpoints:

Edited by Rob Oakes