← Previous day

Next day →
Day in brief

Agent ID service plans are slated for July 2026; the day otherwise clarifies security and governance guidance

The most consequential item is a Microsoft 365 Message Center announcement for new Conditional Access for Agents and ID Protection for Agents service plans in Microsoft Agent 365 and Microsoft 365 E7. Rollout starts in July 2026, with automatic enabling and no policy changes required; a license review is recommended. Related Microsoft Learn updates call out an upcoming Microsoft Agent 365 licensing requirement for agent protection, explain Conditional Access evaluation during Agent ID token exchange, and clarify an Entitlement Management guest-lifecycle rule. The External ID update is guidance-focused, while the one new Private Access item is a release-notes tracker rather than evidence of a new sensor release.

  • Microsoft announces Conditional Access for Agents and ID Protection for Agents as new Entra service plans for Microsoft Agent 365 and Microsoft 365 E7. Rollout starts in July 2026; the plans will be enabled automatically, and Microsoft says no policy changes are required. This is a rollout announcement, not evidence that the capabilities are generally available today.

  • The Licensing Identity Protection article says ID Protection for agents will require a Microsoft Agent 365 license to extend protection through Microsoft Entra Agent ID, described as starting soon. The supplied evidence gives no exact enforcement date, so this is licensing-planning guidance rather than a dated tenant change.

  • The Agent ID guidance explains that an agent cannot reuse the user's original token when it was issued for a different audience. It instead uses on-behalf-of token exchange to obtain a resource-scoped token, and that exchange is evaluated by Conditional Access. This is a documented behavior and implementation clarification, not a notice of a new policy setting.

  • Updated lifecycle guidance says guests invited outside access packages are ungoverned and can remain in the tenant indefinitely after losing their last access-package assignment. When package access is their only reason to remain, administrators can convert them using Mark Guests as Governed while the assignment exists. This is a lifecycle clarification with direct governance and cleanup implications.

  • The updated page describes custom authentication extensions as event listeners that call a REST API at defined points in sign-up and sign-in flows, including attribute-collection validation and custom claims provider data in tokens. The entry is an updated guidance page; it does not by itself announce a new External ID capability or availability change.

This period briefing was generated by AI from the tracked Microsoft Learn and Message Center changes.

53 updates

4

Manage App Consent Policies

Updated

- For Office 365 Exchange Online: `EAS.AccessAsUser.All`, `EWS.AccessAsUser.All`, `IMAP.AccessAsUser.All`, `POP.AccessAsUser.All`.

1
1
1
5

Security For Ai Overview

Updated

Learn how Microsoft Entra provides identity-based security controls for AI agents, applications, and services through authentication, governance, and Zero Trust policy enforcement.

Sidecar Local Development

Updated

Run the Microsoft Entra SDK auth sidecar on your laptop with Docker Compose and Ollama to see autonomous and on-behalf-of agent authentication working end-to-end.

5

Manage agents in end user experience

Updated

Learn how to manage agent identities in the end user experience within Microsoft Entra. View, control, and take action on agents you own or sponsor with ease.

2

Agent Id Design Patterns

Updated

Learn how to map your AI agent architecture to Microsoft Entra Agent ID, including blueprints, agent identities, and an agent's user account.

Plan Agent Identity Architecture

Updated

Use this decision guide to choose the right identity type, operation pattern, and blueprint and agent identity structure for your AI agents in Microsoft Entra Agent ID.

2

Agent Id

Updated

In this flow, the agent can't reuse the user's original token because it was issued for a different audience. Instead, the agent uses the OBO flow to exchange tokens with Microsoft Entra ID, obtaining a new token scoped to the target resource. This token exchange is also evaluated by Conditional Access, letting admins enforce granular controls over which resources agents can access on behalf of the user.

2

Validate Agent Tokens Downstream Api

Updated

Learn how to validate Microsoft Entra Agent ID tokens in a downstream API by checking the signature, issuer, audience, and agent identity marker claim.

2
2

What's new in Microsoft Entra Agent ID

Updated

Learn about new features and updates in Microsoft Entra Agent ID at general availability, including non-Microsoft integrations, migration guides, and enterprise governance.

Migrate Copilot Studio Agents To Agent Id

Updated

Learn how to recreate Microsoft Copilot Studio agents with Microsoft Entra Agent ID for enhanced governance and security. No in-place migration path exists today.

1

Best Practices Agent Id

Updated

Learn operational best practices for designing, securing, and governing AI agent identities with Microsoft Entra Agent ID, including blueprint design, credential management, access controls, and monitoring strategies.

1

AI-guided setup for Microsoft Entra Agent ID

Updated

Describes how to use an AI coding agent to automate the onboarding process for Microsoft Entra Agent ID, including blueprint creation, credential configuration, and agent identity provisioning.

1

Licensing Identity Protection

Updated

Starting soon, ID Protection for agents will require a [Microsoft Agent 365 license](https://www.microsoft.com/microsoft-agent-365#plans-and-pricing) to extend protection to agents through [Microsoft Entra Agent ID](../agent-id/what-is-microsoft-entra-agent-id.md#how-to-get-started).

1
2

Risk Detection Types

Updated

Learn about risk detections and risk levels, including the difference between real-time and offline detections.

7

Entitlement Management Access Package Assignments

Updated

In entitlement management, you can see who is assigned to access packages, their policy, status, and identity lifecycle (preview). If an access package has an appropriate policy, you can also directly assign identities to an access package. This article describes how to view, add, and remove assignments for access packages.

Entitlement Management Access Package Manage Lifecycle

Updated

Guest users that already existed in your tenant by being invited are ungoverned. After an ungoverned guest that requests access packages lose their last access package assignment, they'll remain in the tenant indefinitely. If there are guests that have an access package assignment, and only need access from that access package, and there's no other need for them to remain in the tenant, you can convert them to be governed during the time they have that access package assignment. You can directly convert those ungoverned users to be governed by using the **Mark Guests as Governed** functionality in the top menu bar of an access package.

Entitlement Management Delegate

Updated

To determine the least privileged role for a task, you can also reference [Least privileged roles by task in Microsoft Entra ID](../identity/role-based-access-control/delegate-by-task.md#entitlement-management-least-privileged-roles).

7

Multifactor Authentication Customers

Updated

Enforcing MFA enhances your organization's security by adding an extra layer of verification, making it more difficult for unauthorized users to gain access.

Authentication Methods Customers

Updated

With Microsoft Entra External ID, you can create secure, customized sign-in experiences for your consumer- and business customer-facing apps. In an external tenant, there are several ways for users to sign up for your app. They can create an account using their email and either a password or a one-time passcode. Or, if you enable sign-in with Facebook, Google, Apple, a Microsoft Entra ID tenant, or a custom OIDC or SAML/WS-Fed identity provider (IdP), users can sign in using their credentials in the external identity provider. A user object is created for them in your directory with the identity information collected during sign-up.

Custom Extensions

Updated

Microsoft Entra External ID user flows are designed for flexibility. Within a sign-up and sign-in user flow, there are built-in authentication events. You can also add custom authentication extensions at specific points within the authentication flow. A custom authentication extension is essentially an event listener that, when activated, makes an HTTP call to a REST API endpoint where you define a workflow action. For example, you could add an [attribute collection](#attribute-collection-start-and-submit-events) workflow to validate the attributes a user enters during sign-up, or you could use a [custom claims provider](#token-issuance-start-event) to add external user data to the token before the token is issued.

Planning Your Solution

Updated

Discover the steps for setting up a customer identity and access management (CIAM) solution in an external tenant, including creating a tenant, registering apps, and setting up user flows for sign-in.

Samples Ciam All

Updated

Microsoft maintains code samples that demonstrate how to integrate various application types with Microsoft Entra External ID. We provide instructions for downloading and using samples or building your own app based on common authentication and authorization scenarios, development languages, and platforms. Included are instructions for building the project (if applicable) and running the sample application. Within the sample code, comments help you understand how these libraries are used in the application to perform authentication and authorization in an external tenant.

2

Frequently asked questions

Updated

Find answers to frequently asked questions about Microsoft Entra External ID. Learn about pricing, features, and the future of Azure AD B2C and External Identities.

1
1

Security Customers

Updated

Each layer addresses a different class of attacks, reducing the likelihood of compromise and limiting the blast radius.

1
1

Configure Domain Controllers

Updated

- The Service Principal Names (SPNs) of the private apps you want to protect. You add these SPNs in the policy for Private Access Sensors that are installed on the DCs.

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…