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
+13-25Lines changed: 13 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -415,6 +415,18 @@ This setting also applies to B2B collaboration and B2B direct connect, so if you
415
415
416
416
## Troubleshooting tips
417
417
418
+
#### Delete a configuration
419
+
420
+
Follows these steps to delete a configuration on the **Configurations** page.
421
+
422
+
1. In the source tenant, select **Azure Active Directory** > **Cross-tenant synchronization (Preview)**.
423
+
424
+
1. On the **Configurations** page, add a check mark next to the configuration you want to delete.
425
+
426
+
1. Select **Delete** and then **OK** to delete the configuration.
427
+
428
+
:::image type="content" source="./media/cross-tenant-synchronization-configure/configurations-delete.png" alt-text="Screenshot of the Configurations page showing how to delete a configuration." lightbox="./media/cross-tenant-synchronization-configure/configurations-delete.png":::
429
+
418
430
#### Symptom - Test connection fails with AzureDirectoryB2BManagementPolicyCheckFailure
419
431
420
432
When configuring cross-tenant synchronization in the source tenant and you test the connection, it fails with the following error message:
@@ -461,26 +473,6 @@ Restoring a previously soft-deleted user in the target tenant isn't supported.
461
473
462
474
Manually restore the soft-deleted user in the target tenant. For more information, see [Restore or remove a recently deleted user using Azure Active Directory](../fundamentals/active-directory-users-restore.md).
463
475
464
-
#### Symptom - Unable to delete a configuration
465
-
466
-
On the **Configurations** page, there isn't a way to delete a configuration.
467
-
468
-
**Cause**
469
-
470
-
Currently, there isn't a way to delete a configuration on the **Configurations** page. Instead, you must delete the configuration in **Enterprise applications**.
471
-
472
-
**Solution**
473
-
474
-
1. In the source tenant, select **Azure Active Directory** > **Enterprise applications**.
475
-
476
-
1. In the list of all applications, find the name of your configuration. If necessary, you can search by the configuration name.
477
-
478
-
1. Select the configuration and then select **Properties**.
479
-
480
-
1. Select **Delete** and then **Yes** to delete the configuration.
481
-
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
-
484
476
#### Symptom - Users are skipped because SMS sign-in is enabled on the user
485
477
Users are skipped from synchronization. The scoping step includes the following filter with status false: "Filter external users.alternativeSecurityIds EQUALS 'None'"
486
478
@@ -492,7 +484,7 @@ If SMS sign-in is enabled for a user, they will be skipped by the provisioning s
492
484
493
485
Disable SMS Sign-in for the users. The script below shows how you can disable SMS Sign-in using PowerShell.
0 commit comments