Skip to content

Commit 4ed7aad

Browse files
authored
Merge pull request #234652 from csmulligan/b2b-csmulligan-allow-deny-list
[B2B] Content engagement improvements for allow-deny-list (ADO-85428)
2 parents 3e442c0 + 71726f3 commit 4ed7aad

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

articles/active-directory/external-identities/allow-deny-list.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services: active-directory
77
ms.service: active-directory
88
ms.subservice: B2B
99
ms.topic: how-to
10-
ms.date: 08/31/2022
10+
ms.date: 04/17/2023
1111

1212
ms.author: mimart
1313
author: msmimart
@@ -47,9 +47,9 @@ To add a blocklist:
4747
2. Select **Azure Active Directory** > **Users** > **User settings**.
4848
3. Under **External users**, select **Manage external collaboration settings**.
4949
4. Under **Collaboration restrictions**, select **Deny invitations to the specified domains**.
50-
5. Under **TARGET DOMAINS**, enter the name of one of the domains that you want to block. For multiple domains, enter each domain on a new line. For example:
50+
5. Under **Target domains**, enter the name of one of the domains that you want to block. For multiple domains, enter each domain on a new line. For example:
5151

52-
![Screenshot showing the deny option with added domains.](./media/allow-deny-list/DenyListSettings.png)
52+
:::image type="content" source="media/allow-deny-list/DenyListSettings.PNG" alt-text="Screenshot showing the deny option with added domains.":::
5353

5454
6. When you're done, select **Save**.
5555

@@ -68,9 +68,9 @@ To add an allowlist:
6868
2. Select **Azure Active Directory** > **Users** > **User settings**.
6969
3. Under **External users**, select **Manage external collaboration settings**.
7070
4. Under **Collaboration restrictions**, select **Allow invitations only to the specified domains (most restrictive)**.
71-
5. Under **TARGET DOMAINS**, enter the name of one of the domains that you want to allow. For multiple domains, enter each domain on a new line. For example:
71+
5. Under **Target domains**, enter the name of one of the domains that you want to allow. For multiple domains, enter each domain on a new line. For example:
7272

73-
![Screenshot showing the allow option with added domains.](./media/allow-deny-list/AllowListSettings.png)
73+
:::image type="content" source="media/allow-deny-list/AllowlistSettings.PNG" alt-text="Screenshot showing the allow option with added domains.":::
7474

7575
6. When you're done, select **Save**.
7676

@@ -162,7 +162,5 @@ Remove-AzureADPolicy -Id $currentpolicy.Id
162162

163163
## Next steps
164164

165-
- For an overview of Azure AD B2B, see [What is Azure AD B2B collaboration?](what-is-b2b.md)
166-
- To learn more about managing B2B collaboration in your organization, see [External collaboration settings](external-collaboration-settings-configure.md).
167-
168-
- For information about Conditional Access and B2B collaboration, see [Conditional Access for B2B collaboration users](authentication-conditional-access.md).
165+
- [Cross-tenant access settings](cross-tenant-access-settings-b2b-collaboration.md)
166+
- [External collaboration settings](external-collaboration-settings-configure.md).
9.03 KB
Loading
9.37 KB
Loading

0 commit comments

Comments
 (0)