Replies: 1 comment
-
The current version of the application only allows connection to a single index. There is support for document level security within a single index by using an index field to store a group id. However I have not been able to get this feature to work. For me it still returns documents that are assigned to a group the user is not a member of. :( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add to my index a metadata field with (Microsoft Entra ID) roles that have access to that chunk. This field would be filterable. When running the app, I would like to retrieve all roles the user has access to and filter all indexes by the roles, so that each user can access only his role-based information. How can this be implemented in the current repository?
Beta Was this translation helpful? Give feedback.
All reactions