pablomarin / GPT-Azure-Search-Engine

Azure Cognitive Search + Azure OpenAI Accelerator
https://gptsmartsearchapp.azurewebsites.net
MIT License
377 stars 936 forks source link

AD Security to documents in Azure Search. The system should show results to users based on their security levels. #39

Open pablomarin opened 1 year ago

pablomarin commented 1 year ago

https://learn.microsoft.com/en-us/azure/search/search-security-trimming-for-azure-search-with-aad

https://learn.microsoft.com/en-us/azure/search/search-security-trimming-for-azure-search

jugi92 commented 1 year ago

The question would be where these documents reside in the usual business process, as you would not want to maintain access levels twice. If documents are already in the Microsoft graph it might be best to wait for M365 copilot. On the other hand it would be pretty cool to have some standards where one can (regularly) export access levels from any source system (Sharepoint, Jira, Confluence, Wiki, ...) and use those access rights within azure search. One would need to develop exporter plugins for the different possible source systems. Do you know if this is planned?