Skip to content

Commit c0fad4e

Browse files
authored
Merge pull request #233190 from MicrosoftGuyJFlo/ConditionalAccessCleanup
[Azure AD] Conditional Access - Cleanup
2 parents 55d3b6d + 2221620 commit c0fad4e

6 files changed

+10
-14
lines changed

articles/active-directory/conditional-access/howto-continuous-access-evaluation-troubleshoot.md

Lines changed: 10 additions & 14 deletions
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: 01/05/2023
9+
ms.date: 04/03/2023
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -21,21 +21,21 @@ Administrators can monitor and troubleshoot sign in events where [continuous acc
2121

2222
## Continuous access evaluation sign-in reporting
2323

24-
Administrators will have the opportunity to monitor user sign-ins where CAE is applied. This pane can be located by via the following instructions:
24+
Administrators can monitor user sign-ins where continuous access evaluation (CAE) is applied. This information is found in the Azure AD sign-in logs:
2525

2626
1. Sign in to the **Azure portal** as a Conditional Access Administrator, Security Administrator, or Global Administrator.
27-
1. Browse to **Azure Active Directory** > **Sign-ins**.
27+
1. Browse to **Azure Active Directory** > **Sign-in logs**.
2828
1. Apply the **Is CAE Token** filter.
2929

30-
[ ![Add a filter to the Sign-ins log to see where CAE is being applied or not](./media/howto-continuous-access-evaluation-troubleshoot/azure-ad-sign-ins-log-apply-filter.png) ](./media/howto-continuous-access-evaluation-troubleshoot/azure-ad-sign-ins-log-apply-filter.png#lightbox)
30+
[ ![Screenshot showing how to add a filter to the Sign-ins log to see where CAE is being applied or not.](./media/howto-continuous-access-evaluation-troubleshoot/sign-ins-log-apply-filter.png) ](./media/howto-continuous-access-evaluation-troubleshoot/sign-ins-log-apply-filter.png#lightbox)
3131

32-
From here, admins will be presented with information about their user’s sign-in events. Select any sign-in to see details about the session, like which Conditional Access policies were applied and is CAE enabled.
32+
From here, admins are presented with information about their user’s sign-in events. Select any sign-in to see details about the session, like which Conditional Access policies applied and if CAE enabled.
3333

34-
There are multiple sign-in requests for each authentication. Some will be shown on the interactive tab, while others will be shown on the non-interactive tab. CAE will only be displayed as true for one of the requests, and it can be on the interactive tab or non-interactive tab. Admins need to check both tabs to confirm whether the user's authentication is CAE enabled or not.
34+
There are multiple sign-in requests for each authentication. Some are on the interactive tab, while others are on the non-interactive tab. CAE is only marked true for one of the requests, it can be on the interactive tab or non-interactive tab. Admins must check both tabs to confirm whether the user's authentication is CAE enabled or not.
3535

3636
### Searching for specific sign-in attempts
3737

38-
Sign in logs contain information on Success as well as failure events. Use filters to narrow your search. For example, if a user signed in to Teams, use the Application filter and set it to Teams. Admins may need to check the sign-ins from both interactive and non-interactive tabs to locate the specific sign-in. To further narrow the search, admins may apply multiple filters.
38+
Sign in logs contain information on success and failure events. Use filters to narrow your search. For example, if a user signed in to Teams, use the Application filter and set it to Teams. Admins may need to check the sign-ins from both interactive and non-interactive tabs to locate the specific sign-in. To further narrow the search, admins may apply multiple filters.
3939

4040
## Continuous access evaluation workbooks
4141

@@ -49,33 +49,29 @@ Log Analytics integration must be completed before workbooks are displayed. For
4949
1. Browse to **Azure Active Directory** > **Workbooks**.
5050
1. Under **Public Templates**, search for **Continuous access evaluation insights**.
5151

52-
[ ![Find the CAE insights workbook in the gallery to continue monitoring](./media/howto-continuous-access-evaluation-troubleshoot/azure-ad-workbooks-continuous-access-evaluation.png) ](./media/howto-continuous-access-evaluation-troubleshoot/azure-ad-workbooks-continuous-access-evaluation.png#lightbox)
53-
5452
The **Continuous access evaluation insights** workbook contains the following table:
5553

5654
### Potential IP address mismatch between Azure AD and resource provider
5755

58-
![Workbook table 1 showing potential IP address mismatches](./media/howto-continuous-access-evaluation-troubleshoot/continuous-access-evaluation-insights-workbook-table-1.png)
59-
6056
The potential IP address mismatch between Azure AD & resource provider table allows admins to investigate sessions where the IP address detected by Azure AD doesn't match with the IP address detected by the resource provider.
6157

6258
This workbook table sheds light on these scenarios by displaying the respective IP addresses and whether a CAE token was issued during the session.
6359

64-
#### Continuous access evaluation insights per sign-in
60+
### Continuous access evaluation insights per sign-in
6561

6662
The continuous access evaluation insights per sign-in page in the workbook connects multiple requests from the sign-in logs and displays a single request where a CAE token was issued.
6763

6864
This workbook can come in handy, for example, when: A user opens Outlook on their desktop and attempts to access resources inside of Exchange Online. This sign-in action may map to multiple interactive and non-interactive sign-in requests in the logs making issues hard to diagnose.
6965

70-
#### IP address configuration
66+
## IP address configuration
7167

7268
Your identity provider and resource providers may see different IP addresses. This mismatch may happen because of the following examples:
7369

7470
- Your network implements split tunneling.
7571
- Your resource provider is using an IPv6 address and Azure AD is using an IPv4 address.
7672
- Because of network configurations, Azure AD sees one IP address from the client and your resource provider sees a different IP address from the client.
7773

78-
If this scenario exists in your environment, to avoid infinite loops, Azure AD will issue a one-hour CAE token and won't enforce client location change during that one-hour period. Even in this case, security is improved compared to traditional one-hour tokens since we're still evaluating the other events besides client location change events.
74+
If this scenario exists in your environment, to avoid infinite loops, Azure AD issues a one-hour CAE token and doesn't enforce client location change during that one-hour period. Even in this case, security is improved compared to traditional one-hour tokens since we're still evaluating the other events besides client location change events.
7975

8076
Admins can view records filtered by time range and application. Admins can compare the number of mismatched IPs detected with the total number of sign-ins during a specified time period.
8177

Loading

0 commit comments

Comments
 (0)