← Previous day

Next day →
Day in brief

7 August was a documentation-heavy Entra day; Staged Rollout migration guidance was the main administrator-relevant clarification

All 141 recorded items were Microsoft Learn updates: there were no new or removed items and no Message Center entries. The clearest admin-relevant update says that Staged Rollout is a temporary, group-based test before changing a federated domain to managed cloud authentication. Other notable updates refreshed guidance for risk-based Conditional Access assessment and application credentials. The evidence indicates documentation clarification, not a feature launch, preview, general-availability change, retirement, or service-behavior change.

  • The Entra ID guidance says organizations with federated domains can test cloud authentication with a group of users before converting the entire domain from federated to managed. It specifically mentions Microsoft Entra MFA, Conditional Access, Identity Protection for leaked credentials, and Identity Governance among the capabilities to validate. This is a migration-guidance clarification, not a new feature announcement.

  • The updated ID Protection workbook is intended to provide a proactive view of the impact of risk-based Conditional Access policies in an environment. It is an assessment aid; the change record does not indicate that risk signals, policy evaluation, or enforcement changed.

  • The updated Entra ID page covers configuring certificates, client secrets, and federated credentials for secure application authentication. This is reference guidance for application owners and administrators; the record provides no evidence of a new credential type, altered credential behavior, or a changed service requirement.

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

141 updates

31

Migrate your Node.js application from ADAL to MSAL

Updated

How to update your existing Node.js application to use the Microsoft Authentication Library (MSAL) for authentication and authorization instead of the Active Directory Authentication Library (ADAL).

Tokens and claims overview

Updated

Learn how Microsoft Entra tenants publish metadata for authentication and authorization endpoints, scopes, and claims.

Authentication flow support in MSAL

Updated

Learn about the authentication flows supported by MSAL, such as authorization code, client credentials, and device code, to secure your apps effectively.

Authentication vs. authorization

Updated

Understand the fundamentals of authentication, authorization, and how the Microsoft identity platform simplifies these processes for developers.

Integrate

Updated

Learn the benefits of integrating your application with the Microsoft identity platform, and get resources for features like simplified sign-in, identity management, multifactor authentication, and access control.

Introduction to identity

Updated

Learn the fundamental concepts of identity and access management (IAM). Learn about identities, resources, authentication, authorization, permissions, identity providers, and more.

Microsoft identity platform authentication libraries

Updated

List of client libraries and middleware compatible with the Microsoft identity platform. Use these libraries to add support for user sign-in (authentication) and protected web API access (authorization) to your applications.

Microsoft Identity Platform Glossary

Updated

Learn key terms used in Microsoft identity platform documentation, Microsoft Entra admin center, and authentication SDKs like the Microsoft Authentication Library (MSAL).

Overview of the Microsoft Authentication Library (MSAL)

Updated

The Microsoft Authentication Library (MSAL) enables application developers to acquire tokens in order to call secured web APIs. These web APIs can be the Microsoft Graph, other Microsoft APIs, third-party web APIs, or your own web API. MSAL supports multiple application architectures and platforms.

Quickstart V2 Nodejs Webapp Msal

Updated

In this quickstart, you learn how to implement authentication with a Node.js web app and the Microsoft Authentication Library (MSAL) for Node.js.

Troubleshoot a custom authentication extension

Updated

Troubleshoot and monitor your custom claims provider API. Learn how to use logging and Microsoft Entra sign-in logs to find errors and issues in your custom claims provider API.

What is identity and access management (IAM)?

Updated

Learn what identity and access management (IAM) is, why it's important, and how it works. Learn about authentication and authorization, single sign-on (SSO), and multifactor authentication (MFA). Learn about SAML, Open ID Connect (OIDC), and OAuth 2.0 and other authentication and authorization standards, tokens, and more.

Quickstart V2 Nodejs Desktop

Updated

In this quickstart, you learn how a Node.js Electron desktop application can sign-in users and get an access token to call an API protected by a Microsoft identity platform endpoint

Run automated integration tests

Updated

Learn how to run automated integration tests as a user against APIs protected by the Microsoft identity platform. Use the Resource Owner Password Credential Grant (ROPC) auth flow to sign in as a user instead of automating the interactive sign-in prompt UI.

31

Set up a test environment for your app

Updated

Learn how to set up a Microsoft Entra test environment so you can test your application integrated with Microsoft identity platform. Evaluate whether you need a separate tenant for testing or if you can use your production tenant.

Access token claims reference

Updated

Claims reference with details on the claims included in access tokens issued by the Microsoft identity platform.

Application model

Updated

Learn about the process of registering your application so it can integrate with the Microsoft identity platform.

Call a web API from a web app

Updated

Learn how to build a web app that calls protected web APIs using the Microsoft identity platform. Explore options for ASP.NET Core, ASP.NET, Java, Node.js, and Python.

Claims customization

Updated

Learn about the custom claims policy and claims mapping policy types, which are used to modify the claims emitted in tokens in the Microsoft identity platform.

Configure optional claims

Updated

Learn how to configure optional claims and attributes in access tokens issued by Microsoft identity platform; optional claims can add useful user information for your app.

ID token claims reference

Updated

Learn the details of the claims included in ID tokens issued by the Microsoft identity platform.

Optional claims reference

Updated

Claims reference with details on the optional claims that can be included in tokens in the Microsoft identity platform.

Quickstart V2 Nodejs Console

Updated

In this quickstart, you download and run a code sample that shows how a Node.js console application can get an access token and call an API protected by a Microsoft identity platform endpoint, using the app's own identity

Web API that calls web APIs

Updated

Build a web API that calls other APIs using the Microsoft identity platform. Learn how to acquire tokens and make secure API calls.

17
14

Add app roles and get them from a token

Updated

Learn how to add app roles to an application registered in Microsoft Entra ID. Assign users and groups to these roles, and receive them in the 'roles' claim in the token.

Configure app multi-instancing

Updated

Learn about multi-instancing, which is needed for configuring multiple instances of the same application within a tenant.

6
4

Configurable Token Lifetimes

Updated

Learn how to configure token lifetimes for access, SAML, and ID tokens in Microsoft Identity Platform to enhance security.

Customize SAML token claims

Updated

Learn how to customize the claims issued by Microsoft identity platform in the SAML token for enterprise applications.

Configure the role claim

Updated

Learn how to configure the role claim issued in the SAML token for enterprise applications in Microsoft Entra ID.

SAML 2.0 token claims reference

Updated

Claims reference with details on the claims included in SAML 2.0 tokens issued by the Microsoft identity platform, including their JWT equivalents.

3
2

Migrate to cloud authentication using Staged Rollout

Updated

Staged rollout (SRO) is intended as a temporary testing mechanism for organizations with federated domains and allows to test cloud authentication with a group of users before [transitioning the entire domain from federated to managed](./migrate-from-federation-to-cloud-authentication.md#convert-domains-from-federated-to-managed). These features include Microsoft Entra multifactor authentication, Conditional Access, Identity Protection for leaked credentials, Identity Governance, and more. This approach allows you to validate functionality and user experience before fully transitioning your domains from federated to managed.

2
1
1
1
1
8
5

Identity Protection B2b

Updated

Learn how to use Microsoft Entra ID Protection for B2B users to secure your organization. Discover benefits and steps to unblock accounts.

2
1
1
1
1
2

Tenant Restrictions V2

Updated

When you enable tenant restrictions on a Windows device, corporate proxies aren't required for policy enforcement. Devices don't need to be Microsoft Entra ID managed to enforce tenant restrictions v2. Domain-joined devices that are managed with Group Policy are also supported.

1

Remove Client Secret

Updated

If you've a client secret already in place for your application, you need to delete it to avoid a malicious application for impersonating your application:

1

Cross Tenant Access Overview

Updated

For more information, see the [Configure Microsoft cloud settings for B2B collaboration](cross-cloud-settings.md) article.

2
1
1
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…