Skip to content

Commit e5f3f5f

Browse files
authored
Merge pull request #107687 from MicrosoftGuyJFlo/CATroubleshootingFromPG
[Azure AD] Conditional Access - Troubleshooting Article from PG
2 parents 6282131 + 41e6bb5 commit e5f3f5f

File tree

8 files changed

+80
-0
lines changed

8 files changed

+80
-0
lines changed

articles/active-directory/conditional-access/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
href: policy-migration-mfa.md
9797
- name: Troubleshooting
9898
items:
99+
- name: Troubleshoot sign-in problems
100+
href: troubleshoot-conditional-access.md
99101
- name: Troubleshoot using the What If tool
100102
href: troubleshoot-conditional-access-what-if.md
101103
- name: Resources
110 KB
Loading
134 KB
Loading
161 KB
Loading
158 KB
Loading
50 KB
Loading
47.2 KB
Loading
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Troubleshooting sign-in problems with Conditional Access - Azure Active Directory
3+
description: This article describes what to do when your Conditional Access policies result in unexpected outcomes
4+
5+
services: active-directory
6+
ms.service: active-directory
7+
ms.subservice: conditional-access
8+
ms.topic: troubleshooting
9+
ms.date: 03/13/2020
10+
11+
ms.author: joflore
12+
author: MicrosoftGuyJFlo
13+
manager: daveba
14+
ms.reviewer: calebb, martinco
15+
16+
ms.collection: M365-identity-device-management
17+
---
18+
# Troubleshooting sign-in problems with Conditional Access
19+
20+
The information in this article can be used to troubleshoot unexpected sign-in outcomes related to Conditional Access using error messages and Azure AD sign-ins log.
21+
22+
## Conditional Access sign-in interrupt
23+
24+
The first way is to review the error message that appears. For problems signing in when using a web browser, the error page itself has detailed information. This information alone may describe what the problem is and that may suggest a solution.
25+
26+
![Sign in error - compliant device required](./media/troubleshoot-conditional-access/image1.png)
27+
28+
In the above error, the message states that the application can only be accessed from devices or client applications that meet the company's mobile device management policy. In this case, the application and device do not meet that policy.
29+
30+
## Azure AD sign-in events
31+
32+
The second method to get detailed information about the sign-in interruption is to review the Azure AD sign-in events to see which Conditional Access policy or policies were applied and why.
33+
34+
More information can be found about the problem by clicking **More Details** in the initial error page. Clicking **More Details** will reveal troubleshooting information that is helpful when searching the Azure AD sign-in events for the specific failure event the user saw or when opening a support incident with Microsoft.
35+
36+
![More details from a Conditional Access interrupted web browser sign-in.](./media/troubleshoot-conditional-access/image2.png)
37+
38+
To find out which Conditional Access policy or policies applied and why do the following.
39+
40+
1. Sign in to the **Azure portal** as a global administrator, security administrator, or global reader.
41+
1. Browse to **Azure Active Directory** > **Sign-ins**.
42+
1. Find the event for the sign-in to review. Add or remove filters and columns to filter out unnecessary information.
43+
1. Add filters to narrow the scope:
44+
1. **Correlation ID** when you have a specific event to investigate.
45+
1. **Conditional access** to see policy failure and success. Scope your filter to show only failures to limit results.
46+
1. **Username** to see information related to specific users.
47+
1. **Date** scoped to the time frame in question.
48+
49+
![Selecting the Conditional access filter in the sign-ins log](./media/troubleshoot-conditional-access/image3.png)
50+
51+
1. Once the sign-in event that corresponds to the user's sign-in failure has been found select the **Conditional Access** tab. The Conditional Access tab will show the specific policy or policies that resulted in the sign-in interruption.
52+
1. Information in the **Troubleshooting and support** tab may provide a clear reason as to why a sign-in failed such as a device that did not meet compliance requirements.
53+
1. To investigate further, drill down into the configuration of the policies by clicking on the **Policy Name**. Clicking the **Policy Name** will show the policy configuration user interface for the selected policy for review and editing.
54+
1. The **client user** and **device details** that were used for the Conditional Access policy assessment are also available in the **Basic Info**, **Location**, **Device Info**, **Authentication Details**, and **Additional Details** tabs of the sign-in event.
55+
56+
![Sign in event Conditional Access tab](./media/troubleshoot-conditional-access/image5.png)
57+
58+
If the information in the event isn't enough to understand the sign-in results or adjust the policy to get desired results, then a support incident may be opened. Navigate to that sign-in event's **Troubleshooting and support** tab and select **Create a new support request**.
59+
60+
![The Troubleshooting and support tab of the Sign-in event](./media/troubleshoot-conditional-access/image6.png)
61+
62+
When submitting the incident, provide the request ID and time and date from the sign-in event in the incident submission details. This information will allow Microsoft support to find the event you're concerned about.
63+
64+
### Conditional Access error codes
65+
66+
| Sign-in Error Code | Error String |
67+
| --- | --- |
68+
| 53000 | DeviceNotCompliant |
69+
| 53001 | DeviceNotDomainJoined |
70+
| 53002 | ApplicationUsedIsNotAnApprovedApp |
71+
| 53003 | BlockedByConditionalAccess |
72+
| 53004 | ProofUpBlockedDueToRisk |
73+
74+
## Next steps
75+
76+
- [Sign-in activity reports in the Azure Active Directory portal](../reports-monitoring/concept-sign-ins.md)
77+
- [Troubleshooting Conditional Access using the What If tool](troubleshoot-conditional-access-what-if.md)
78+
- Best practices for [Conditional Access in Azure Active Directory](best-practices.md)

0 commit comments

Comments
 (0)