Microsoft Entra Agent ID
General

Integrate Aws Bedrock Agent

In brief

The documentation now spells out “on-behalf-of” before introducing the OBO acronym in the OAuth 2.0 authentication description.

What Entra admins need to know

No product or configuration change is indicated; administrators may find the authentication guidance clearer.

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.

  1. The Flask app sends the query to AWS Bedrock (Claude) via the LangGraph ReAct agent.
  2. When Claude decides it needs weather data, it calls the get_weather tool.
  3. The tool asks the sidecar for an authorization header by calling GET /AuthorizationHeader?AgentIdentity={agentId}.
  4. The sidecar authenticates to Microsoft Entra ID using OAuth 2.0 (client credentials or OBOon-behalf-of (OBO) exchange).
  5. Microsoft Entra ID returns the requested token (TR) to the sidecar.
  6. The agent calls the weather API with Authorization: Bearer TR.
  7. The weather API validates TR and returns the weather JSON response.
Daily Entra.News

Get daily email updates

Get a concise summary of the latest Microsoft Entra updates delivered straight to your inbox.

Loading the secure signup form…