Whats New Agent Id
In brief
The Agent ID documentation now refers to the linked SDK as the “Microsoft Entra ID Auth SDK” instead of “Entra ID Auth SDK.”
What Entra admins need to know
No administrative action is indicated; this is a documentation wording change.
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.
- AI-guided setup (New) - Automate onboarding with an AI coding agent that walks you through blueprint creation, credential configuration, and agent identity provisioning.
- Agent identity deletion (New) - Learn about the automated cascade cleanup process and soft-delete functionality for agent identities.
- Authentication with the Auth SDK (sidecar) (New) - Overview of the sidecar pattern for agent authentication.
- Configure Microsoft Entra ID Auth SDK (sidecar) for agent identities - SDK configuration for token acquisition.
- Run the sidecar for local development (New) - Local development setup for the Auth SDK.
- Validate agent tokens in a downstream API (New) - Token validation guidance for APIs that receive agent tokens.
- Configure non-Microsoft agents with Agent ID (New) - Integration patterns (sidecar and federation) for platforms like AWS, GCP, and n8n.
@@ -28,7 +28,7 @@ Microsoft Entra Agent ID introduces new identity constructs and authentication p - [AI-guided setup](agent-id-ai-guided-setup.md) (New) - Automate onboarding with an AI coding agent that walks you through blueprint creation, credential configuration, and agent identity provisioning. - [Agent identity deletion](concept-agent-identity-deletion.md) (New) - Learn about the automated cascade cleanup process and soft-delete functionality for agent identities. - [Authentication with the Auth SDK (sidecar)](authentication-with-auth-sdk-sidecar.md) (New) - Overview of the sidecar pattern for agent authentication.-- [Configure Entra ID Auth SDK (sidecar) for agent identities](microsoft-entra-sdk-for-agent-identities.md) - SDK configuration for token acquisition.+- [Configure Microsoft Entra ID Auth SDK (sidecar) for agent identities](microsoft-entra-sdk-for-agent-identities.md) - SDK configuration for token acquisition. - [Run the sidecar for local development](sidecar-local-development.md) (New) - Local development setup for the Auth SDK. - [Validate agent tokens in a downstream API](how-to-validate-agent-tokens-downstream-api.md) (New) - Token validation guidance for APIs that receive agent tokens. - [Configure non-Microsoft agents with Agent ID](configure-third-party-agents.md) (New) - Integration patterns (sidecar and federation) for platforms like AWS, GCP, and n8n. 