QuestionQ9

Manage identity, access, and governance

You have a Microsoft 365 subscription, and every user has a Microsoft Exchange Online mailbox.

You use Microsoft Entra Agent ID to register and manage AI agents. Your developers create these two agents:

  • Agent1: An interactive agent that helps users summarize their own Exchange Online email.
  • Agent2: An autonomous agent that sends nightly updates to a Microsoft Teams channel.

You must grant each agent Microsoft Graph access while minimizing access scope and satisfying its operating model. Which permission type should be assigned to each agent?

Each permission type can be used once, more than once, or not at all.

Drag & Drop
Agent1:
Agent2:
Explanation

Delegated Microsoft Graph permissions are appropriate for an interactive experience operating on behalf of the signed-in user and their own mailbox. An autonomous agent has no signed-in user; application-context Teams RSC permissions support that model while restricting access to the specific Team or channel resource where the app is installed, rather than granting organization-wide application access.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!