azure-search-openai-demo
azure-search-openai-demo copied to clipboard
how to handle information protection
Can someone please explain how to handle information protection to preform permissions on documents ?
@MazenSiraj so you want each user to have specific access to specific file ?
@itmilos Yes. I need let's say for me as Mazen, when I search on some data related to me, like my employment contract info, my salary, or related projects, it appears for me only. At the same time, I need when you, as another user, ask on some private data related to me, it says "I don't know."
I tried to implement permissions on the resource group on Azure Portal, but it showed an Unauthorized error at the response even if just said Hi.
I'm looking for something similar. I just want to lock it down so only employees can access. I'm very new to Azure Apps.
This is not supported by this accelerator at the moment. Have a look at the following documentation of Azure Cognitive Search (the underlying solution to ground the prompt with the relevant documents).
https://learn.microsoft.com/en-us/azure/search/search-security-trimming-for-azure-search https://learn.microsoft.com/en-us/azure/search/search-security-trimming-for-azure-search-with-aad
@itmilos Yes. I need let's say for me as Mazen, when I search on some data related to me, like my employment contract info, my salary, or related projects, it appears for me only. At the same time, I need when you, as another user, ask on some private data related to me, it says "I don't know."
I tried to implement permissions on the resource group on Azure Portal, but it showed an Unauthorized error at the response even if just said Hi.
I think you could do this with https://github.com/microsoft/semantic-kernel I would suggest to propose this as feature there.
@EnduroRacer18
For general access to link you can go to App Service -> Identity -> Create New -> Microsoft
cc @mattmsft who is merging a PR to enable document-level access control.
Hey folks - can you please take a look at this doc and see if it solves your problems? LoginAndAclSetup.md
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.
Closing this issue since Matt linked to the doc about the access control feature, and there have been no follow-up questions.