Skip to content

Commit 801c6ab

Browse files
authored
Merge pull request #112350 from MicrosoftGuyJFlo/ConditioanlAccessInsightsReporting
[Azure AD] Conditional Access - Insights and reporting
2 parents a27574e + dbc625c commit 801c6ab

File tree

9 files changed

+126
-1
lines changed

9 files changed

+126
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
href: concept-conditional-access-grant.md
3636
- name: Session
3737
href: concept-conditional-access-session.md
38+
- name: Insights and reporting
39+
href: howto-conditional-access-insights-reporting.md
3840
- name: Report-only mode
3941
href: concept-conditional-access-report-only.md
4042
- name: Service dependencies
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
title: Conditional Access insights and reporting workbook - Azure Active Directory
3+
description: Using the Azure AD Conditional Access insights and reporting workbook to troubleshoot policies
4+
5+
services: active-directory
6+
ms.service: active-directory
7+
ms.subservice: conditional-access
8+
ms.topic: article
9+
ms.date: 04/30/2020
10+
11+
ms.author: joflore
12+
author: MicrosoftGuyJFlo
13+
manager: daveba
14+
ms.reviewer: dawoo
15+
16+
ms.collection: M365-identity-device-management
17+
---
18+
# Conditional Access insights and reporting
19+
20+
The Conditional Access insights and reporting workbook enables you to understand the impact of Conditional Access policies in your organization over time. During sign-in, one or more Conditional Access policies may apply, granting access if certain grant controls are satisfied or denying access otherwise. Because multiple Conditional Access policies may be evaluated during each sign-in, the insights and reporting workbook lets you examine the impact of an individual policy or a subset of all policies.
21+
22+
## Prerequisites
23+
24+
To enable the insights and reporting workbook, your tenant must have a Log Analytics workspace to retain sign-in logs data. Users must have Azure AD Premium P1 or P2 licenses to use Conditional Access.
25+
26+
The following roles can access insights and reporting:
27+
28+
- Conditional Access administrator
29+
- Security reader
30+
- Security administrator
31+
- Global reader
32+
- Global administrator
33+
34+
Users also need one of the following Log Analytics workspace roles:
35+
36+
- Reader
37+
- Monitoring reader
38+
- Log Analytics reader
39+
- Contributor
40+
- Owner
41+
42+
### Stream sign-in logs from Azure AD to Azure Monitor logs
43+
44+
If you have not integrated Azure AD logs with Azure Monitor logs, you will need to take the following steps before the workbook will load:
45+
46+
1. [Create a Log Analytics workspace in Azure Monitor](../../azure-monitor/learn/quick-create-workspace.md).
47+
1. [Integrate Azure AD logs with Azure Monitor logs](../reports-monitoring/howto-integrate-activity-logs-with-log-analytics.md).
48+
49+
## How it works
50+
51+
To access the insights and reporting workbook:
52+
53+
1. Sign in to the **Azure portal**.
54+
1. Browse to **Azure Active Directory** > **Security** > **Conditional Access** > **Insights and reporting**.
55+
56+
### Get started: Select parameters
57+
58+
The insights and reporting dashboard lets you see the impact of one or more Conditional Access policies over a specified period. Start by setting each of the parameters at the top of the workbook.
59+
60+
![Conditional Access Insights and Reporting dashboard in the Azure portal](./media/howto-conditional-access-insights-reporting/conditional-access-insights-and-reporting-dashboard.png)
61+
62+
**Conditional Access policy**: Select one or more Conditional Access policies to view their combined impact. Policies are separated into two groups: Enabled and Report-only policies. By default, all Enabled policies are selected. These enabled policies are the policies currently enforced in your tenant.
63+
64+
**Time range**: Select a time range from 4 hours to as far back as 90 days. If you select a time range further back than when you integrated the Azure AD logs with Azure Monitor, only sign-ins after the time of integration will appear.
65+
66+
**User**: By default, the dashboard shows the impact of the selected policies for all users. To filter by an individual user, type the name of the user into the text field. To filter by all users, type “All users” into the text field or leave the parameter empty.
67+
68+
**App**: By default, the dashboard shows the impact of the selected policies for all apps. To filter by an individual app, type the name of the app into the text field. To filter by all apps, type “All apps” into the text field or leave the parameter empty.
69+
70+
**Data view**: Select whether you want the dashboard to show results in terms of the number of users or number of sign-ins. An individual user may have hundreds of sign-ins to many apps with many different outcomes during a given time range. If you select the data view to be users, a user could be included in both the Success and Failure counts (for example, if there are 10 users, 8 of them could have had a result of success in the past 30 days and 9 of them could have had a result of failure in the past 30 days).
71+
72+
## Impact summary
73+
74+
Once the parameters have been set, the impact summary loads. The summary shows how many users or sign-ins during the time range resulted in “Success”, “Failure”, ”User action required” or “Not applied” when the selected policies were evaluated.
75+
76+
![Impact summary in the Conditional Access workbook](./media/howto-conditional-access-insights-reporting/workbook-impact-summary.png)
77+
78+
**Total**: The number of users or sign-ins during the time period where at least one of the selected policies was evaluated.
79+
80+
**Success**: The number of users or sign-ins during the time period where the combined result of the selected policies was “Success” or “Report-only: Success”.
81+
82+
**Failure**: The number of users or sign-ins during the time period where the result of at least one of the selected policies was “Failure” or “Report-only: Failure”.
83+
84+
**User action required**: The number of users or sign-ins during the time period where the combined result of the selected policies was “Report-only: User action required”. User action is required when an interactive grant control, such as multi-factor authentication is required by a report-only Conditional Access policy. Since interactive grant controls are not enforced by report-only policies, success or failure cannot be determined.
85+
86+
**Not applied**: The number of users or sign-ins during the time period where none of the selected policies applied.
87+
88+
### Understanding the impact
89+
90+
![Workbook breakdown per condition and status](./media/howto-conditional-access-insights-reporting/workbook-breakdown-condition-and-status.png)
91+
92+
View the breakdown of users or sign-ins for each of the conditions. You can filter the sign-ins of a particular result (for example, Success or Failure) by selecting on of the summary tiles at the top of the workbook. You can see the breakdown of sign-ins for each of the Conditional Access conditions: device state, device platform, client app, location, application, and sign-in risk.
93+
94+
## Sign-in details
95+
96+
![Workbook sign-in details](./media/howto-conditional-access-insights-reporting/workbook-sign-in-details.png)
97+
98+
You can also investigate the sign-ins of a specific user by searching for sign-ins at the bottom of the dashboard. The query on the left displays the most frequent users. Selecting a user will filter the query to the right.
99+
100+
## Troubleshooting
101+
102+
### Why is the workbook taking a long time to load?
103+
104+
Depending on the time range selected and the size of your tenant, the workbook may be evaluating an extraordinarily large number of sign-in events. For large tenants, the volume of sign-ins may exceed the query capacity of Log Analytics. Try shortening the time range to 4 hours to see if the workbook loads.
105+
106+
### After loading for a few minutes, why is the workbook returning zero results?
107+
108+
When the volume of sign-ins exceeds the query capacity of Log Analytics, the workbook will return zero results. Try shortening the time range to 4 hours to see if the workbook loads.
109+
110+
### Can I save my parameter selections?
111+
112+
You can save your parameter selections at the top of the workbook by going to **Azure Active Directory** > **Workbooks** > **Conditional Access Insights and reporting**. Here you will find the workbook template, where you can edit the workbook and save a copy to your workspace, including the parameter selections, in **My reports** or **Shared reports**.
113+
114+
### Can I edit and customize the workbook with additional queries?
115+
116+
You can edit and customize the workbook by going to **Azure Active Directory** > **Workbooks** > **Conditional Access Insights and reporting**. Here you will find the workbook template, where you can edit the workbook and save a copy to your workspace, including the parameter selections, in **My reports** or **Shared reports**. To start editing the queries, click **Edit** at the top of the workbook.
117+
118+
## Next steps
119+
120+
[Conditional Access report-only mode](concept-conditional-access-report-only.md)
Loading
Loading
Loading
Loading
24.1 KB
Loading
33.8 KB
Loading

articles/active-directory/conditional-access/troubleshoot-conditional-access.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: conditional-access
88
ms.topic: troubleshooting
9-
ms.date: 03/13/2020
9+
ms.date: 04/30/2020
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -52,9 +52,12 @@ To find out which Conditional Access policy or policies applied and why do the f
5252
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.
5353
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.
5454
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+
1. Selecting the ellipsis on the right side of the policy brings up policy details. This gives administrators additional information about why a policy was successfully applied or not.
5556

5657
![Sign in event Conditional Access tab](./media/troubleshoot-conditional-access/image5.png)
5758

59+
![Policy details (preview)](./media/troubleshoot-conditional-access/policy-details.png)
60+
5861
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**.
5962

6063
![The Troubleshooting and support tab of the Sign-in event](./media/troubleshoot-conditional-access/image6.png)

0 commit comments

Comments
 (0)