You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure.md
+54-1Lines changed: 54 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.workload: identity
9
9
ms.subservice: multi-tenant-organizations
10
10
ms.topic: how-to
11
-
ms.date: 03/08/2023
11
+
ms.date: 03/31/2023
12
12
ms.author: rolyon
13
13
ms.custom: it-pro
14
14
@@ -481,6 +481,59 @@ Currently, there isn't a way to delete a configuration on the **Configurations**
481
481
482
482
:::image type="content" source="./media/cross-tenant-synchronization-configure/enterprise-applications-configuration-delete.png" alt-text="Screenshot of the Enterprise applications Properties page showing how to delete a configuration." lightbox="./media/cross-tenant-synchronization-configure/enterprise-applications-configuration-delete.png":::
483
483
484
+
#### Symptom - Users are skipped because SMS sign-in is enabled on the user
485
+
Users are skipped from synchronization. The scoping step includes the following filter with status false: "Filter external users.alternativeSecurityIds EQUALS 'None'"
486
+
487
+
**Cause**
488
+
489
+
If SMS sign-in is enabled for a user, they will be skipped by the provisioning service.
490
+
491
+
**Solution**
492
+
493
+
Disable SMS Sign-in for the users. The script below shows how you can disable SMS Sign-in using PowerShell.
0 commit comments