Azure Open AI - Restrict answers to users based on access to data

Lam, Sean 25 Reputation points
2023-09-12T01:42:38.6866667+00:00

Is there a method in which the model will restrict it's answers based on users' access and permissions to sensitive data?

For example:

A model is trained to limit responses to company's document data set.

Data Analyst wants to ask a question about Finances but is not supposed to be privy to that information.

Can the model correctly identify the user and restrict the information it gives to not include company Financial Information?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
0 comments No comments
{count} vote

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-09-12T13:14:23.7733333+00:00

    Lam, Sean Greetings & Welcome to Microsoft Q&A forum!

    Is there a method in which the model will restrict it's answers based on users' access and permissions to sensitive data?

    Please note that the model itself does not have the capability to identify the user and restrict the information it gives based on their access and permissions to sensitive data.

    You can try by implementing access controls and authentication mechanisms to ensure that only authorized users have access to sensitive data. Additionally, the model can be trained on a subset of the data that excludes sensitive information to prevent it from generating responses that include that information.

    You can control access to the Azure OpenAI Service resource. Please see Role-based access control for Azure OpenAI Service for more details.

    Also, see How to configure Azure OpenAI Service with managed identities and Restrict your Azure AD app to a set of users in an Azure AD tenant and let me know if that helps.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.