πŸ“‹ Microsoft Entra Documentation Changes

Changes for June 19th 2025

Period: June 18th 2025, 12:00 AM to June 19th 2025, 12:00 AM

πŸ“š Historical Report: This report shows documentation changes that occurred during the 24-hour period ending on June 19th 2025.

πŸ“Š Summary

41
Total Commits
2
New Files
34
Modified Files
1
Deleted Files
23
Contributors

πŸ†• New Documentation Files

Added by Barclay Neira on Jun 18, 2025 7:07 AM
πŸ“– View on learn.microsoft.com
+23 lines added
Commit: updating includes and adding missing ones
Added by Barclay Neira on Jun 18, 2025 7:07 AM
πŸ“– View on learn.microsoft.com
+19 lines added
Commit: updating includes and adding missing ones

πŸ“ Modified Documentation Files

+45 / -45 lines changed
Commit: edit pass: authenticate-application-id
Changes:
Before
After
 
Microsoft Entra Connect uses the [Microsoft Entra Connector account](reference-connect-accounts-permissions.md#accounts-used-for-microsoft-entra-connect) to authenticate and sync identities from Active Directory to Microsoft Entra Connect. This account uses a username and password to authenticate requests.
 
To enhance the security of the service, we're rolling out an application identity that uses Oauth 2.0 client credential flow with certificate credentials. In this new method, Microsoft Entra or Administrator creates a single tenant non-Microsoft application in Microsoft Entra ID and uses one of the following relevant certificate management options for the credentials.
 
Microsoft Entra Connect provides three options for application/certificate management:
 
- [Managed by Microsoft Entra Connect (recommended)](#managed-by-microsoft-entra-connect-recommended)
- [Bring Your Own Application (BYOA)](#bring-your-own-application-byoa)
 
## Managed by Microsoft Entra Connect (recommended)
 
Entra Connect manages the application and certificate including creation, rotation, and deletion of the certificate. The certificate is stored in the Current User store. For optimal protection of the certificate’s private key, we recommend that the machine employ a Trusted Platform Module (TPM) solution to establish a hardware-based security boundary.
 
When a TPM is available, key service operations are performed within a dedicated hardware environment. In contrast, if a TPM can't be used, Entra Connect defaults to storing the certificate in the default Microsoft Software Key Storage Provider and marks the private key as nonexportable for extra protection. Without the hardware isolation provided by a TPM, the private key is secured solely by software safeguards and doesn't achieve the same level of protection.
 
For more information on TPM, see [Trusted Platform Module technology overview](/windows/security/hardware-security/tpm/trusted-platform-module-overview).
 
:::image type="content" source="media/authenticate-application-id/auth-1.png" alt-text="Diagram that shows authentication with application ID." lightbox="media/authenticate-application-id/auth-1.png":::
 
 
Microsoft Entra Connect uses the [Microsoft Entra Connector account](reference-connect-accounts-permissions.md#accounts-used-for-microsoft-entra-connect) to authenticate and sync identities from Active Directory to Microsoft Entra Connect. This account uses a username and password to authenticate requests.
 
To enhance the security of the service, we're rolling out an application identity that uses Oauth 2.0 client credential flow with certificate credentials. In this new method, Microsoft Entra or an administrator creates a single tenant non-Microsoft application in Microsoft Entra ID and uses one of the following relevant certificate management options for the credentials.
 
Entra Connect provides three options for application and certificate management:
 
- [Managed by Microsoft Entra Connect (recommended)](#managed-by-microsoft-entra-connect-recommended)
- [Bring Your Own Application (BYOA)](#bring-your-own-application-byoa)
 
## Managed by Microsoft Entra Connect (recommended)
 
Entra Connect manages the application and certificate, which includes creation, rotation, and deletion of the certificate. The certificate is stored in the `CURRENT_USER` store. For optimal protection of the certificate's private key, we recommend that the machine should use a Trusted Platform Module (TPM) solution to establish a hardware-based security boundary.
 
When a TPM is available, key service operations are performed within a dedicated hardware environment. In contrast, if a TPM can't be used, Entra Connect defaults to storing the certificate in the default Microsoft Software Key Storage Provider and marks the private key as nonexportable for extra protection. Without the hardware isolation provided by a TPM, only software safeguards secure the private key, which doesn't achieve the same level of protection.
 
For more information on TPM technology, see [Trusted Platform Module technology overview](/windows/security/hardware-security/tpm/trusted-platform-module-overview).
 
:::image type="content" source="media/authenticate-application-id/auth-1.png" alt-text="Diagram that shows authentication with application ID." lightbox="media/authenticate-application-id/auth-1.png":::
 
+44 / -44 lines changed
Commit: edit pass: authenticate-application-id
Changes:
Before
After
---
title: 'Auditing administrator events in Microsoft Entra Connect Sync'
description: This article describes security improvements to Microsoft Entra Connect Sync and how to enable logging of administrator activities.
author: billmath
manager: femila
ms.author: billmath
---
 
# Auditing administrator events in Microsoft Entra Connect Sync (Public Preview)
 
In January 2025, we released a new version [(2.4.129.0)](reference-connect-version-history.md#241290) of Microsoft Entra Connect Sync. This version contains an update to auditing which is enabled by default. With this update, you can now monitor administrator events and activity. The following article describes how to disable the auditing feature.
 
 
## How to manually disable auditing of administrator events
To disable auditing of administrator events, use the following steps:
 
1. Open the Registry Editor - Press Win + R to open the run dialog.
2. Type **regedit** and press Enter to launch the Registry Editor. Confirm any security prompts to proceed.
3. Navigate to the following path: **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure AD Connect**.
4. Modify or Create the **AuditEventLogging** Value by right-click on the Azure AD Connect key, select New -> **DWORD (32-bit)** Value if the AuditEventLogging value doesn't already exist.
---
title: Audit Administrator Events in Microsoft Entra Connect Sync
description: This article describes security improvements to Microsoft Entra Connect Sync and how to enable logging of administrator activities.
author: billmath
manager: femila
ms.author: billmath
---
 
# Audit administrator events in Microsoft Entra Connect Sync (public preview)
 
In January 2025, we released a new version [(2.4.129.0)](reference-connect-version-history.md#241290) of Microsoft Entra Connect Sync. This version contains an update to auditing, which is enabled by default. With this update, you can now monitor administrator events and activity. This article describes how to disable the auditing feature.
 
## Manually disable auditing of administrator events
 
To disable auditing of administrator events, follow these steps:
 
1. Open the Registry Editor. Select **Win+R** to open the **run** dialog.
1. Enter **regedit** and select **Enter** to open the Registry Editor. Confirm any security prompts to proceed.
1. Go to **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure AD Connect**.
1. Right-click the **Azure AD Connect** key to modify or create the **AuditEventLogging** value. Select **New** and select the **DWORD (32-bit)** value if the **AuditEventLogging** value doesn't already exist.
Modified by Barclay Neira on Jun 18, 2025 7:07 AM
πŸ“– View on learn.microsoft.com
+9 / -8 lines changed
Commit: updating includes and adding missing ones
Changes:
Before
After
author: barclayn
ms.service: entra-id
ms.topic: include
ms.date: 05/29/2025
ms.custom: Identity-Secure-Recommendation
# category: Privileged access
# risklevel: High
# userimpact: Low
# implementationcost: Medium
---
Global Administrators with persistent access to Azure subscriptions expand the attack surface for threat actors. If a Global Administrator account is compromised, attackers can immediately enumerate resources, modify configurations, assign roles, and exfiltrate sensitive data across all subscriptions. Requiring just-in-time elevation for subscription access introduces detectable signals, slows attacker velocity, and routes high-impact operations through observable control points.
 
**Remediation action**
 
- [Remove standing Global Administrator access to Azure subscriptions](/azure/role-based-access-control/elevate-access-global-admin) and require explicit elevation
- [Configure Privileged Identity Management (PIM) for Azure resource access](/azure/active-directory/privileged-identity-management/pim-resource-roles-configure-role-settings) to enable just-in-time elevation
- [Implement monitoring and alerting for Global Administrator elevation events](/azure/active-directory/privileged-identity-management/pim-how-to-configure-security-alerts)
- [Establish approval workflows for high-privilege Azure resource access](/azure/active-directory/privileged-identity-management/pim-resource-roles-approval-workflow)
- [Create regular access reviews for Global Administrator assignments](/entra/id-governance/privileged-identity-management/pim-create-roles-and-resource-roles-review)
- [Enable Conditional Access policies for privileged role activation](/entra/identity/conditional-access/policy-privileged-users-mfa)
author: barclayn
ms.service: entra-id
ms.topic: include
ms.date: 06/17/2025
ms.custom: Identity-Secure-Recommendation
# category: Privileged access
# risklevel: High
# userimpact: Low
# implementationcost: Low
---
Global Administrators with persistent access to Azure subscriptions expand the attack surface for threat actors. If a Global Administrator account is compromised, attackers can immediately enumerate resources, modify configurations, assign roles, and exfiltrate sensitive data across all subscriptions. Requiring just-in-time elevation for subscription access introduces detectable signals, slows attacker velocity, and routes high-impact operations through observable control points.
 
**Remediation action**
 
- [Get started with a phishing-resistant passwordless authentication deployment](/entra/identity/authentication/how-to-plan-prerequisites-phishing-resistant-passwordless-authentication.md)
 
- [Ensure that privileged accounts register and use phishing resistant methods](/entra/identity/authentication/concept-authentication-strengths#authentication-strengths.md)
 
- [Deploy Conditional Access policy to target privileged accounts and require phishing resistant credentials using authentication strengths](/entra/identity/conditional-access/policy-admin-phish-resistant-mfa.md)
 
Modified by csmulligan on Jun 18, 2025 1:28 AM
πŸ“– View on learn.microsoft.com
+8 / -8 lines changed
Commit: Minor update UUF 421643.
Changes:
Before
After
- If you're using a personal account or email one-time passcode, you'll need to use a My Account URL that includes your tenant name or tenant ID.
For example:
 
`https://myaccount.microsoft.com?tenantId=contoso.onmicrosoft.com`
 
-or-
 
`https://myaccount.microsoft.com?tenantId=aaaabbbb-0000-cccc-1111-dddd2222eeee`
 
You might need to open this URL in a private browser session.
 
1. Select **Organizations** from the left navigation pane or select the **Manage organizations** link from the **Organizations** block.
 
1. The **Organizations** page appears, where you can view and manage the organizations you belong to.
 
:::image type="content" source="media/leave-the-organization/organization-list.png" alt-text="Screenshot showing the list of organizations you belong to." lightbox="media/leave-the-organization/organization-list.png":::
 
- **Home organization**: Your home organization is listed first. This organization owns your work or school account. Because your account is managed by your administrator, you're not allowed to leave your home organization. You'll see there's no link to **Leave**. If you don't have an assigned home organization, you'll just see a single heading that says **Organizations** with the list of your associated organizations.
 
- If you're using a personal account or email one-time passcode, you'll need to use a My Account URL that includes your tenant name or tenant ID.
For example:
 
`https://myaccount.microsoft.com?tenantId=contoso.onmicrosoft.com`
-or-
`https://myaccount.microsoft.com?tenantId=aaaabbbb-0000-cccc-1111-dddd2222eeee`
You might need to open this URL in a private browser session.
 
1. Select **Organizations** from the left navigation pane or select the **Manage organizations** link from the **Organizations** block.
 
1. The **Organizations** page appears, where you can view and manage the organizations you belong to.
 
:::image type="content" source="media/leave-the-organization/organization-list.png" alt-text="Screenshot showing the list of organizations you belong to." lightbox="media/leave-the-organization/organization-list.png":::
 
- **Home organization**: Your home organization is listed first. This organization owns your work or school account. Because your account is managed by your administrator, you're not allowed to leave your home organization. You'll see there's no link to **Leave**. If you don't have an assigned home organization, you'll just see a single heading that says **Organizations** with the list of your associated organizations.
 
+6 / -10 lines changed
Commit: Formatting
Changes:
Before
After
---
title: Understanding Access Package Visibility in the My Access portal
description: A conceptual article describing access package visibility in the My Access portal.
author: owinfreyATL
manager: dougeby
---
 
 
# Understanding Access Package Visibility in the My Access Portal
 
**Introduction**
 
 
The [My Access portal](https://myaccess.microsoft.com) is the central place for users to request, approve, and review their access to resources within Microsoft Entra. For administrators, the portal provides extra functionalities through the Microsoft Entra admin center, enabling configuration of access packages and the ability to conduct access reviews.
 
 
The logic of this diagram is as follows:
 
1. **Is the catalog enabled?** The system first checks if the Catalog containing the access package is enabled. If the entire Catalog is disabled, none of its packages are visible for discovery.
 
---
title: Understanding access package visibility in the My Access portal
description: A conceptual article describing access package visibility in the My Access portal.
author: owinfreyATL
manager: dougeby
---
 
 
# Understanding access package visibility in the My Access portal
 
The [My Access portal](https://myaccess.microsoft.com) is the central place for users to request, approve, and review their access to resources within Microsoft Entra. For administrators, the portal provides extra functionalities through the Microsoft Entra admin center, enabling configuration of access packages and the ability to conduct access reviews.
 
 
The logic of this diagram is as follows:
 
1. **Is the catalog enabled?** The system first checks if the catalog containing the access package is enabled. If the entire catalog is disabled, none of its packages are visible for discovery.
 
1. **Is the end-user an external user?** The system checks if the user is an external user or an internal user. This affects the next step.
 
1. **(If external user) Is the catalog enabled for external users?** For external users, the catalog must **also** be enabled for external users in its settings. If not, external users don't see packages from this catalog. Internal users skip this check.
+5 / -5 lines changed
Commit: Repositioning Rippling HCM tutorial in TOC. Updating title.
Changes:
Before
After
---
title: Configure Rippling Human Capital Management (HCM) for Single sign-on
description: Integrating Rippling Human Capital Management (HCM) with Microsoft Entra ID/Active Directory.
author: jenniferf-skc
manager: femila
ms.reviewer: rahuln3223
ms.service: entra-id
ms.subservice: saas-apps
ms.topic: how-to
ms.date: 12/18/2024
ms.author: jfields
---
 
# Configure Rippling Human Capital Management (HCM) for Single sign-on
 
The document provides a step-by-step guide for integrating Rippling HCM with Microsoft Entra ID/Active Directory. The steps include establishing a connection, configuring attribute mapping, testing account provisioning, configuring account access rules, and monitoring provisioning. This integration allows IT admins to automate business processes using Microsoft Entra ID Governance Lifecycle Workflows.
 
---
title: Configure Rippling Human Capital Management (HCM) for Provisioning
description: Integrating Rippling Human Capital Management (HCM) with Microsoft Entra ID/Active Directory.
author: jenniferf-skc
manager: pmwongera
ms.reviewer: cmmdesai
ms.service: entra-id
ms.subservice: saas-apps
ms.topic: how-to
ms.date: 06/18/2025
ms.author: jfields
---
 
# Configure Rippling Human Capital Management (HCM) for Provisioning
 
The document provides a step-by-step guide for integrating Rippling HCM with Microsoft Entra ID/Active Directory. The steps include establishing a connection, configuring attribute mapping, testing account provisioning, configuring account access rules, and monitoring provisioning. This integration allows IT admins to automate business processes using Microsoft Entra ID Governance Lifecycle Workflows.
 
+5 / -5 lines changed
Commit: Update how-to-connect-staged-rollout.md
Changes:
Before
After
 
# Migrate to cloud authentication using Staged Rollout
 
Staged Rollout allows you to selectively test groups of users with cloud authentication capabilities like Microsoft Entra multifactor authentication, Conditional Access, Microsoft Entra ID Protection for leaked credentials, Identity Governance, and others, before cutting over your domains. This article discusses how to make the switch.
 
Before you begin the Staged Rollout, you should consider the implications if one or more of the following conditions is true:
For both options, we recommend enabling single sign-on (SSO) to achieve a silent sign-in experience.
For Windows 7 or 8.1 domain-joined devices, we recommend using seamless SSO. For more information, see [What is seamless SSO](how-to-connect-sso.md).
For Windows 10, Windows Server 2016 and later versions, it's recommended to use SSO via [Primary Refresh Token (PRT)](~/identity/devices/concept-primary-refresh-token.md) with [Microsoft Entra joined devices](~/identity/devices/concept-directory-join.md), [Microsoft Entra hybrid joined devices](~/identity/devices/concept-hybrid-join.md) or [personal registered devices](~/identity/devices/concept-device-registration.md) via Add Work or School Account.
 
- You have configured all the appropriate tenant-branding and Conditional Access policies you need for users who are being migrated to cloud authentication.
 
- If you have moved from federated to cloud authentication, you must verify that the DirSync setting `synchronizeUpnForManagedUsersEnabled` is set to `true`, otherwise Microsoft Entra ID doesn't allow sync updates to the UPN or alternate login ID for licensed user accounts that use managed authentication. For more information, see [Microsoft Entra Connect Sync service features](how-to-connect-syncservice-features.md).
 
- If you plan to use Microsoft Entra multifactor authentication, we recommend that you use [combined registration for self-service password reset (SSPR) and multifactor authentication](~/identity/authentication/concept-registration-mfa-sspr-combined.md) to have your users register their authentication methods once. Note- when using SSPR to reset password or change password using MyProfile page while in Staged Rollout, Microsoft Entra Connect needs to sync the new password hash that can take up to 2 minutes after reset.
 
- To use the Staged Rollout feature, you need to be a Hybrid Identity Administrator on your tenant.
 
 
# Migrate to cloud authentication using Staged Rollout
 
Staged Rollout lets you gradually test cloud authentication features with selected user groups. 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.
 
Before you begin the Staged Rollout, you should consider the implications if one or more of the following conditions is true:
For both options, we recommend enabling single sign-on (SSO) to achieve a silent sign-in experience.
For Windows 7 or 8.1 domain-joined devices, we recommend using seamless SSO. For more information, see [What is seamless SSO](how-to-connect-sso.md).
For Windows 10, Windows Server 2016 and later versions, use SSO through [Primary Refresh Token (PRT)](~/identity/devices/concept-primary-refresh-token.md). For [Microsoft Entra joined devices](~/identity/devices/concept-directory-join.md), [Microsoft Entra hybrid joined devices](~/identity/devices/concept-hybrid-join.md) or [personal registered devices](~/identity/devices/concept-device-registration.md) use Add Work or School Account.
 
- You need to configure all the appropriate tenant-branding and Conditional Access policies you need for users who are being migrated to cloud authentication.
 
- If you moved from federated to cloud authentication, you must verify that the DirSync setting `synchronizeUpnForManagedUsersEnabled` is set to `true`, otherwise Microsoft Entra ID doesn't allow sync updates to the UPN or alternate login ID for licensed user accounts that use managed authentication. For more information, see [Microsoft Entra Connect Sync service features](how-to-connect-syncservice-features.md).
 
- If you plan to use Microsoft Entra multifactor authentication, we recommend enabling [combined registration](~/identity/authentication/concept-registration-mfa-sspr-combined.md). This allows users to register their authentication methods once for both self-service password reset (SSPR) and multifactor authentication. Note- when using SSPR to reset password or change password using MyProfile page while in Staged Rollout, Microsoft Entra Connect needs to sync the new password hash that can take up to 2 minutes after reset.
 
- To use the Staged Rollout feature, you need to be a Hybrid Identity Administrator on your tenant.
 
Modified by Barclay Neira on Jun 18, 2025 7:07 AM
πŸ“– View on learn.microsoft.com
+2 / -7 lines changed
Commit: updating includes and adding missing ones
Changes:
Before
After
author: barclayn
ms.service: entra-id
ms.topic: include
ms.date: 05/29/2025
ms.custom: Identity-Secure-Recommendation
# category: Monitoring
# risklevel: High
 
**Remediation action**
 
- [Configure security alerts for privileged role activations in PIM](/entra/id-governance/privileged-identity-management/pim-how-to-configure-security-alerts)
- [Enable diagnostic settings to capture privileged role activation events](/entra/identity/monitoring-health/howto-configure-diagnostic-settings)
- [Integrate privileged access logs with Azure Monitor for real-time alerting](/entra/identity/monitoring-health/howto-integrate-activity-logs-with-azure-monitor-logs)
- [Create custom alert rules for unusual privileged role activation patterns](/azure/azure-monitor/alerts/alerts-log)
- [Implement SIEM integration for comprehensive privileged access monitoring](/entra/identity/monitoring-health/howto-stream-logs-to-event-hub)
- [Establish incident response procedures for privileged role activation alerts](/entra/id-governance/privileged-identity-management/pim-how-to-use-audit-log)
author: barclayn
ms.service: entra-id
ms.topic: include
ms.date: 06/17/2025
ms.custom: Identity-Secure-Recommendation
# category: Monitoring
# risklevel: High
 
**Remediation action**
 
- [Configure Microsoft Entra role settings in Privileged Identity Management](/entra/id-governance/privileged-identity-management/pim-how-to-change-default-setting.md#require-justification-on-active-assignment)
 
 
 
 
 
Modified by Barclay Neira on Jun 18, 2025 7:07 AM
πŸ“– View on learn.microsoft.com
+2 / -7 lines changed
Commit: updating includes and adding missing ones
Changes:
Before
After
author: barclayn
ms.service: entra-id
ms.topic: include
ms.date: 05/29/2025
ms.custom: Identity-Secure-Recommendation
# category: Application management
# risklevel: High
 
**Remediation action**
 
- [Regularly audit and review redirect URIs in app registrations](/entra/identity-platform/reply-url) to identify obsolete or unmaintained entries
- [Remove unused or orphaned redirect URIs](/entra/identity-platform/quickstart-register-app#add-a-redirect-uri) from application configurations
- [Implement monitoring for domain ownership](/azure/app-service/app-service-web-tutorial-custom-domain) of all redirect URI domains
- [Establish domain validation processes](/entra/identity-platform/reply-url#restrictions-on-wildcards-and-localhost) to ensure active control of redirect endpoints
- [Configure application management policies](/graph/api/resources/applicationauthenticationmethodpolicy) to enforce redirect URI validation requirements
- [Create regular security reviews](/entra/identity/governance/access-reviews-overview) of application redirect URI configurations
author: barclayn
ms.service: entra-id
ms.topic: include
ms.date: 06/17/2025
ms.custom: Identity-Secure-Recommendation
# category: Application management
# risklevel: High
 
**Remediation action**
 
- [Redirect URI (reply URL) outline and restrictions](/entra/identity-platform/reply-url.md)
 
 
 
 
 
+3 / -3 lines changed
Commit: [Conditional Access] Casing fix
Changes:
Before
After
 
One scenario that many organizations [building for resilience](resilience-overview.md) in their identity and access management architecture need to accommodate is continuity of application access during temporary site disconnection. The organization may have one or more physical sites at which their applications are deployed. Some of their users are colocated at those sites and need to be able to access local applications. For example, employees at a factory or at a store may need to be able to sign-in to in-house-developed business applications managing operations at that site.
 
Historically, organizations could use Active Directory Domain Services, deploy [domain controllers at each site](/windows-server/identity/ad-ds/plan/planning-domain-controller-placement), so that users could authenticate to a local domain controller. Authenticating users through Microsoft Entra and connecting applications to Microsoft Entra ID via federation protocols such as SAML brings benefits, including multifactor authentication and risk based conditional access. When applications are federated to Microsoft Entra, the users authenticate themselves to Microsoft Entra, and Microsoft Entra then provides tokens that carry claims and indicate their authentication status to the applications. However, if there is a break in the network connectivity between the site and the Internet, then users and applications are unable to access Microsoft Entra cloud endpoints. With that break in connectivity, no more tokens can be issued from Microsoft Entra to applications via that route until the break is repaired. Users already authenticated to the application and able to connect to the application may be able to continue to use the application for a time. However, if the application requires the user to reauthenticate and the break has not yet been repaired, then the user won't be able to get a new access token from Microsoft Entra. In addition, until the break is repaired, any user who hadn't previously connected to the application may find themselves unable to use the application as well.
 
One approach to solving this problem and ensuring tokens can be issued to federated applications even during temporary site disconnection is:
 
 
:::image type="content" source="media/resilience-for-federated-applications-with-colocated-users/topology-trust-with-relying-party-sts.png" alt-text="Diagram showing the trust relationship between an application, a relying party STS, and identity providers. Both Windows Server Active Directory and Microsoft Entra ID are configured in the relying party STS as identity providers.":::
 
This tutorial illustrates how to configure Microsoft Entra for a federated application, using a relying party STS. In normal operations, users will authenticate to Microsoft Entra, and Microsoft Entra will issue tokens for the application. And in a site disconnect situation, users can authenticate to Active Directory, and obtain tokens for that application with similar claims as that provided by Microsoft Entra. While Microsoft Entra features including multifactor authentication or risk-based conditional access won't be available for applications during the time of disconnection, users will continue to be able to be authenticated to access to those applications.
 
> [!IMPORTANT]
> This guide is intended for organizations that are already familiar with deploying domain controllers across multiple sites and using federation technology such as AD FS to [provide Active Directory users with access to claims-Aware applications](/windows-server/identity/ad-fs/design/provide-your-active-directory-users-access-to-your-claims-aware-applications-and-services). Architecture and deployment of Active Directory, AD FS, and related technologies for high availability and resilience to network outages is a substantial investment. Before beginning the journey described in this article, [determine Your AD FS Deployment Topology](/windows-server/identity/ad-fs/design/determine-your-ad-fs-deployment-topology). If you have not deployed an AD domain for high availability, or [verified that your production environment can support an AD FS deployment](/windows-server/identity/ad-fs/design/ad-fs-deployment-topology-considerations#verifying-that-your-production-environment-can-support-an-ad-fs-deployment), then select an alternative approach for resilience.
 
### Configure session invalidation (optional)
 
Your applications may also have user sessions that are derived from the user having been authenticated. For example, a browser-based application may authenticate a user and then store a browser cookie indicating the user has been authenticated. You may wish to have your applications rely upon the disconnected identity providers for as short a period as possible. For example, if a user had not used an application before, and then the first time the user tried to connect to an application was when the site was disconnected, then the authentication was performed by Windows Server AD. Following that authentication, the application may have stored a session cookie for the user to be able to continue to interact with the application without needing to re-authenticate. However, once the site is reconnected, you may wish to have the user be re-authenticated by Microsoft Entra, so that the Microsoft Entra policies such as conditional access can be applied. This will require invalidating any session state for those users that was derived from Windows Server AD, such as by informing the application to not allow session state generated during a particular time window. How this is provided to the application will vary by applications.
 
## Complete configuration
 
One scenario that many organizations [building for resilience](resilience-overview.md) in their identity and access management architecture need to accommodate is continuity of application access during temporary site disconnection. The organization may have one or more physical sites at which their applications are deployed. Some of their users are colocated at those sites and need to be able to access local applications. For example, employees at a factory or at a store may need to be able to sign-in to in-house-developed business applications managing operations at that site.
 
Historically, organizations could use Active Directory Domain Services, deploy [domain controllers at each site](/windows-server/identity/ad-ds/plan/planning-domain-controller-placement), so that users could authenticate to a local domain controller. Authenticating users through Microsoft Entra and connecting applications to Microsoft Entra ID via federation protocols such as SAML brings benefits, including multifactor authentication and risk based Conditional Access. When applications are federated to Microsoft Entra, the users authenticate themselves to Microsoft Entra, and Microsoft Entra then provides tokens that carry claims and indicate their authentication status to the applications. However, if there is a break in the network connectivity between the site and the Internet, then users and applications are unable to access Microsoft Entra cloud endpoints. With that break in connectivity, no more tokens can be issued from Microsoft Entra to applications via that route until the break is repaired. Users already authenticated to the application and able to connect to the application may be able to continue to use the application for a time. However, if the application requires the user to reauthenticate and the break has not yet been repaired, then the user won't be able to get a new access token from Microsoft Entra. In addition, until the break is repaired, any user who hadn't previously connected to the application may find themselves unable to use the application as well.
 
One approach to solving this problem and ensuring tokens can be issued to federated applications even during temporary site disconnection is:
 
 
:::image type="content" source="media/resilience-for-federated-applications-with-colocated-users/topology-trust-with-relying-party-sts.png" alt-text="Diagram showing the trust relationship between an application, a relying party STS, and identity providers. Both Windows Server Active Directory and Microsoft Entra ID are configured in the relying party STS as identity providers.":::
 
This tutorial illustrates how to configure Microsoft Entra for a federated application, using a relying party STS. In normal operations, users will authenticate to Microsoft Entra, and Microsoft Entra will issue tokens for the application. And in a site disconnect situation, users can authenticate to Active Directory, and obtain tokens for that application with similar claims as that provided by Microsoft Entra. While Microsoft Entra features including multifactor authentication or risk-based Conditional Access won't be available for applications during the time of disconnection, users will continue to be able to be authenticated to access to those applications.
 
> [!IMPORTANT]
> This guide is intended for organizations that are already familiar with deploying domain controllers across multiple sites and using federation technology such as AD FS to [provide Active Directory users with access to claims-Aware applications](/windows-server/identity/ad-fs/design/provide-your-active-directory-users-access-to-your-claims-aware-applications-and-services). Architecture and deployment of Active Directory, AD FS, and related technologies for high availability and resilience to network outages is a substantial investment. Before beginning the journey described in this article, [determine Your AD FS Deployment Topology](/windows-server/identity/ad-fs/design/determine-your-ad-fs-deployment-topology). If you have not deployed an AD domain for high availability, or [verified that your production environment can support an AD FS deployment](/windows-server/identity/ad-fs/design/ad-fs-deployment-topology-considerations#verifying-that-your-production-environment-can-support-an-ad-fs-deployment), then select an alternative approach for resilience.
 
### Configure session invalidation (optional)
 
Your applications may also have user sessions that are derived from the user having been authenticated. For example, a browser-based application may authenticate a user and then store a browser cookie indicating the user has been authenticated. You may wish to have your applications rely upon the disconnected identity providers for as short a period as possible. For example, if a user had not used an application before, and then the first time the user tried to connect to an application was when the site was disconnected, then the authentication was performed by Windows Server AD. Following that authentication, the application may have stored a session cookie for the user to be able to continue to interact with the application without needing to re-authenticate. However, once the site is reconnected, you may wish to have the user be re-authenticated by Microsoft Entra, so that the Microsoft Entra policies such as Conditional Access can be applied. This will require invalidating any session state for those users that was derived from Windows Server AD, such as by informing the application to not allow session state generated during a particular time window. How this is provided to the application will vary by applications.
 
## Complete configuration
+3 / -3 lines changed
Commit: [Conditional Access] Casing fix
Changes:
Before
After
 
1. Review the audit logs to see what changes were made to your Conditional Access policies.
- Filter to **Category: Policy** and look for the following events:
- **Add conditional access policy**
- **Delete conditional access policy**
- **Update conditional access policy**
 
![Screenshot of the audit logs with the Conditional Access policies highlighted.](media/scenario-health-conditional-access-block-policy/conditional-access-audit-logs-filter.png)
 
 
1. Review the audit logs to see what changes were made to your Conditional Access policies.
- Filter to **Category: Policy** and look for the following events:
- **Add Conditional Access policy**
- **Delete Conditional Access policy**
- **Update Conditional Access policy**
 
![Screenshot of the audit logs with the Conditional Access policies highlighted.](media/scenario-health-conditional-access-block-policy/conditional-access-audit-logs-filter.png)
 
Modified by Chris Werner on Jun 18, 2025 6:11 PM
πŸ“– View on learn.microsoft.com
+2 / -2 lines changed
Commit: reset password scenario update
Changes:
Before
After
| Password expires | Stays alive | Stays alive | Stays alive | Stays alive | Stays alive |
| Password changed by user | Revoked | Revoked | Stays alive | Stays alive | Stays alive |
| User does SSPR | Revoked | Revoked | Stays alive | Stays alive | Stays alive |
| Admin resets password | Revoked | Revoked | Stays alive | Stays alive | Stays alive |
| User revokes their refresh tokens | Revoked | Revoked | Revoked | Revoked | Revoked |
| Admin revokes all refresh tokens for a user | Revoked | Revoked | Revoked | Revoked | Revoked |
| Single sign-out | Revoked | Stays alive | Revoked | Stays alive | Stays alive |
- [Primary refresh tokens](~/identity/devices/concept-primary-refresh-token.md)
- [Access tokens in the Microsoft identity platform](access-tokens.md)
- [Invalidate refresh token](/powershell/module/microsoft.graph.beta.users.actions/invoke-mgbetainvalidatealluserrefreshtoken?view=graph-powershell-beta&preserve-view=true)
- [Configurable token lifetimes](configurable-token-lifetimes.md)
| Password expires | Stays alive | Stays alive | Stays alive | Stays alive | Stays alive |
| Password changed by user | Revoked | Revoked | Stays alive | Stays alive | Stays alive |
| User does SSPR | Revoked | Revoked | Stays alive | Stays alive | Stays alive |
| Admin resets password (incl. M365 admin center) | Revoked | Revoked | Stays alive | Revoked | Revoked |
| User revokes their refresh tokens | Revoked | Revoked | Revoked | Revoked | Revoked |
| Admin revokes all refresh tokens for a user | Revoked | Revoked | Revoked | Revoked | Revoked |
| Single sign-out | Revoked | Stays alive | Revoked | Stays alive | Stays alive |
- [Primary refresh tokens](~/identity/devices/concept-primary-refresh-token.md)
- [Access tokens in the Microsoft identity platform](access-tokens.md)
- [Invalidate refresh token](/powershell/module/microsoft.graph.beta.users.actions/invoke-mgbetainvalidatealluserrefreshtoken?view=graph-powershell-beta&preserve-view=true)
- [Configurable token lifetimes](configurable-token-lifetimes.md)
+2 / -2 lines changed
Commit: [Conditional Access] Casing fix
Changes:
Before
After
:::image type="content" source="media/how-to-transport-layer-security/security-profile-baseline.png" alt-text="Screenshot of the Edit Baseline profile screen showing a list of policy names and their priorities.":::
 
#### Option 2: Link the TLS policy to a security profile for specific users or groups
Alternatively, add a TLS policy to a security profile and link it to a [conditional access policy](how-to-configure-web-content-filtering.md#create-and-link-conditional-access-policy) for a specific user or group.
:::image type="content" source="media/how-to-transport-layer-security/conditional-access-group-assignment.png" alt-text="Screenshot of the new conditional access policy form with all fields completed with sample information.":::
 
### Step 4: Test the configuration
To test the configuration:
:::image type="content" source="media/how-to-transport-layer-security/security-profile-baseline.png" alt-text="Screenshot of the Edit Baseline profile screen showing a list of policy names and their priorities.":::
 
#### Option 2: Link the TLS policy to a security profile for specific users or groups
Alternatively, add a TLS policy to a security profile and link it to a [Conditional Access policy](how-to-configure-web-content-filtering.md#create-and-link-conditional-access-policy) for a specific user or group.
:::image type="content" source="media/how-to-transport-layer-security/conditional-access-group-assignment.png" alt-text="Screenshot of the new Conditional Access policy form with all fields completed with sample information.":::
 
### Step 4: Test the configuration
To test the configuration:
Modified by frank-masuelli on Jun 18, 2025 8:12 AM
πŸ“– View on learn.microsoft.com
+2 / -2 lines changed
Commit: Update data-residency.md
Changes:
Before
After
Microsoft Entra ID is an Identity as a Service (IDaaS) solution that stores and manages identity and access data in the cloud. You can use the data to enable and manage access to cloud services, achieve mobility scenarios, and secure your organization. An instance of the Microsoft Entra ID service, called a [tenant](~/identity-platform/developer-glossary.md#tenant), is an isolated set of directory object data that the customer provisions and owns.
 
> [!NOTE]
> Microsoft Entra External ID is a customer identity and access management (CIAM) solution that stores and manages data in a separate tenant created for your customer-facing apps and customer directory data. This tenant is called the external tenant. When you create an external tenant, you have the option to select the geographic location for data storage. It’s important to note that the data locations and region availability may differ from those of Microsoft Entra ID, as indicated in this article.
 
## Core Store
 
 
*\* Not currently available for external tenants.*
 
In the public cloud, you're prompted to select a location at the time of tenant creation (for example, signing up for Office 365 or Azure, or creating more Microsoft Entra instances through the Azure portal). Microsoft Entra ID maps the selection to a geo-location and a single scale unit in it. Tenant location can't be changed after it's set.
 
The location selected during tenant creation will map to one of the following geo-locations:
 
Microsoft Entra ID is an Identity as a Service (IDaaS) solution that stores and manages identity and access data in the cloud. You can use the data to enable and manage access to cloud services, achieve mobility scenarios, and secure your organization. An instance of the Microsoft Entra ID service, called a [tenant](~/identity-platform/developer-glossary.md#tenant), is an isolated set of directory object data that the customer provisions and owns.
 
> [!NOTE]
> Microsoft Entra External ID is a customer identity and access management (CIAM) solution that stores and manages data in a separate tenant created for your customer-facing apps and customer directory data. This tenant is called the external tenant. When you create an external tenant, you have the option to select the geographic location (shown as "Country/Region" in the admin portal) for data storage. It’s important to note that the data locations and region availability may differ from those of Microsoft Entra ID, as indicated in this article.
 
## Core Store
 
 
*\* Not currently available for external tenants.*
 
In the public cloud, you're prompted to select a location (shown as "Country/Region" in the admin portal) at the time of tenant creation (for example, signing up for Office 365 or Azure, or creating more Microsoft Entra instances through the Azure portal). Microsoft Entra ID maps the selection to a geo-location and a single scale unit in it. Tenant location can't be changed after it's set.
 
The location selected during tenant creation will map to one of the following geo-locations:
 
Modified by John Flores on Jun 18, 2025 6:38 AM
πŸ“– View on learn.microsoft.com
+2 / -2 lines changed
Commit: [Conditional Access] Casing fix
Changes:
Before
After
1. Access the Microsoft Entra admin center using only your sign-in credentials. No other authentication is required.
1. Sign out of the Microsoft Entra admin center.
 
## Create a conditional access policy that requires MFA
 
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Conditional Access Administrator](/entra/identity/role-based-access-control/permissions-reference#conditional-access-administrator).
1. Browse to **Entra ID** > **Conditional Access** > **Policies**.
 
The **Conditional Access What If policy tool** helps you understand the effects of Conditional Access policies in your environment. Instead of manually testing your policies with multiple sign-ins, you can use this tool to simulate a user's sign-in. The simulation predicts how this sign-in will affect your policies and generates a report. For more information, see [Use the What If tool to understand Conditional Access policies](/entra/identity/conditional-access/what-if-tool).
 
## Test your conditional access policy
 
1. Use your test user name and password to sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
1. You should see a request for more authentication methods. It can take some time for the policy to take effect.
1. Access the Microsoft Entra admin center using only your sign-in credentials. No other authentication is required.
1. Sign out of the Microsoft Entra admin center.
 
## Create a Conditional Access policy that requires MFA
 
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Conditional Access Administrator](/entra/identity/role-based-access-control/permissions-reference#conditional-access-administrator).
1. Browse to **Entra ID** > **Conditional Access** > **Policies**.
 
The **Conditional Access What If policy tool** helps you understand the effects of Conditional Access policies in your environment. Instead of manually testing your policies with multiple sign-ins, you can use this tool to simulate a user's sign-in. The simulation predicts how this sign-in will affect your policies and generates a report. For more information, see [Use the What If tool to understand Conditional Access policies](/entra/identity/conditional-access/what-if-tool).
 
## Test your Conditional Access policy
 
1. Use your test user name and password to sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
1. You should see a request for more authentication methods. It can take some time for the policy to take effect.

πŸ—‘οΈ Deleted Documentation Files

DELETED docs/includes/secure-recommendations/21912.md
Deleted by Barclay Neira on Jun 18, 2025 7:07 AM
πŸ“– Was available at: https://learn.microsoft.com/en-us/entra/includes/secure-recommendations/21912
-21 lines removed
Commit: updating includes and adding missing ones