Plan Agent Identity Architecture
In brief
The agent identity architecture planning page now links to the correct interactive agent authentication article instead of the previous broken path.
What Entra admins need to know
Administrators following this guidance can access the intended authentication documentation; no product or configuration changes are indicated.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
Some agents need both. For example, an agent might run a nightly background sync using the autonomous pattern and also respond to user chat messages using the interactive pattern. In this case, implement both OAuth flows and select the appropriate token based on the operation.
- For autonomous agents, see Request agent tokens for autonomous agents.
- For interactive agents, see
Authenticate users in interactive agentsAuthenticate users in interactive agents.
Step 3: Decide how many agent identity blueprints
@@ -76,7 +76,7 @@ Choose **interactive** when your agent: Some agents need both. For example, an agent might run a nightly background sync using the autonomous pattern and also respond to user chat messages using the interactive pattern. In this case, implement both OAuth flows and select the appropriate token based on the operation. - For autonomous agents, see [Request agent tokens for autonomous agents](identity-platform/autonomous-agent-request-tokens.md).-- For interactive agents, see [Authenticate users in interactive agents](identity-platform/interactive-agent-authenticate-user.md).+- For interactive agents, see [Authenticate users in interactive agents](interactive-agent-authentication-authorization-flow.md). ## Step 3: Decide how many agent identity blueprints 