Skip to content

Commit cb76dcb

Browse files
Merge pull request #255486 from Justinha/mfa-update
Mfa update
2 parents a7a3d63 + 5046885 commit cb76dcb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/active-directory/authentication/howto-mfa-mfasettings.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: multi-factor-authentication
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 09/15/2023
9+
ms.date: 10/18/2023
1010

1111
ms.author: justinha
1212
author: justinha
@@ -109,6 +109,9 @@ When a user reports a MFA prompt as suspicious, the event shows up in the Sign-i
109109

110110
- To view fraud reports in the Audit logs, select **Identity** > **Monitoring & health** > **Audit logs**. The fraud report appears under Activity type Fraud reported - user is blocked for MFA or Fraud reported - no action taken based on the tenant-level settings for fraud report.
111111

112+
>[!NOTE]
113+
>A user is not reported as High Risk if they perform passwordless authentication.
114+
112115
### Manage suspicious activity events
113116

114117
Once a user has reported a prompt as suspicious, the risk should be investigated and remediated with [Identity Protection](../identity-protection/howto-identity-protection-remediate-unblock.md).
@@ -341,6 +344,9 @@ To enable trusted IPs by using Conditional Access policies, complete the followi
341344

342345
`c:[Type== "https://schemas.microsoft.com/ws/2012/01/insidecorporatenetwork"] => issue(claim = c);`
343346

347+
>[!NOTE]
348+
>The **Skip multi-factor authentication for requests from federated users on my intranet** option will affect the Conditional Access evaluation for locations.
349+
344350
* **For requests from a specific range of public IPs**: To choose this option, enter the IP addresses in the text box, in CIDR notation.
345351
* For IP addresses that are in the range *xxx.xxx.xxx*.1 through *xxx.xxx.xxx*.254, use notation like ***xxx.xxx.xxx*.0/24**.
346352
* For a single IP address, use notation like ***xxx.xxx.xxx.xxx*/32**.

0 commit comments

Comments
 (0)