Skip to content

Commit caab749

Browse files
committed
update to fix pr blocking issues
1 parent f44b443 commit caab749

3 files changed

Lines changed: 25 additions & 20 deletions

File tree

learn-pr/wwl-sci/design-solutions-identity-access-management/includes/3-design-solution-external-identities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ External ID addresses two primary scenarios through different tenant configurati
2424
| **B2B collaboration** | Workforce tenant | Partners, vendors, and contractors accessing your organization's Microsoft 365 apps, SharePoint, Teams, and line-of-business applications |
2525
| **Customer identity (CIAM)** | External tenant | Consumers and business customers accessing your custom applications with branded sign-in experiences |
2626

27-
:::image type="content" source="../media/external-id-tenant-configurations.png" alt-text="Diagram showing a representation of the two external ID scenarios and the corresponding tenant type. Collaboration with business guests uses a workforce tenant configuration. External facing apps use an external tenant configuration.":::
27+
:::image type="content" source="../media/external-id-tenant-configurations.png" lightbox="../media/external-id-tenant-configurations.png" alt-text="Diagram showing a representation of the two external ID scenarios and the corresponding tenant type. Collaboration with business guests uses a workforce tenant configuration. External facing apps use an external tenant configuration.":::
2828

2929
### B2B collaboration in workforce tenants
3030

3131
B2B collaboration enables your workforce to work securely with external business partners. You invite guests to sign in to your Microsoft Entra organization using their own credentials, granting them access to the apps and resources you choose to share.
3232

3333
With B2B collaboration, the partner uses their own identity management solution. You don't manage external accounts, sync accounts, or handle password resets. Guest users authenticate with their home organization or identity provider, while your organization controls resource access through policies. This means B2B guests are subject to your Conditional Access policies, MFA requirements, terms of use, and other security controls—just like your internal users.
3434

35-
:::image type="content" source="../media/b2b-collaboration-overview.png" alt-text="Diagram showing a representation of B2B collaboration.":::
35+
:::image type="content" source="../media/b2b-collaboration-overview.png" lightbox="../media/b2b-collaboration-overview.png" alt-text="Diagram showing a representation of B2B collaboration.":::
3636

3737
#### Authentication with B2B collaboration
3838

@@ -78,7 +78,7 @@ Both organizations must mutually enable B2B direct connect through cross-tenant
7878

7979
When building applications for consumers or business customers, Microsoft Entra External ID in an external tenant provides customer identity and access management (CIAM) capabilities. This configuration isolates customer identities from your workforce directory.
8080

81-
:::image type="content" source="../media/overview-ciam.png" alt-text="Diagram showing a representation of External ID in an external tenant.":::
81+
:::image type="content" source="../media/customer-identity-access-management.png" lightbox="../media/customer-identity-access-management.png" alt-text="Diagram showing a representation of External ID in an external tenant.":::
8282

8383
#### External tenant characteristics
8484

learn-pr/wwl-sci/design-solutions-identity-access-management/includes/5-align-conditional-access-zero-trust.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -97,31 +97,36 @@ The assume breach principle acknowledges that compromise can occur and focuses o
9797
Use this checklist to validate your Conditional Access configuration against Zero Trust requirements:
9898

9999
**Identity controls**
100-
- [ ] MFA required for all users
101-
- [ ] Legacy authentication blocked
102-
- [ ] Risk-based policies enabled
103-
- [ ] Phishing-resistant authentication for privileged accounts
100+
101+
☐ MFA required for all users<br>
102+
☐ Legacy authentication blocked<br>
103+
☐ Risk-based policies enabled<br>
104+
☐ Phishing-resistant authentication for privileged accounts
104105

105106
**Device controls**
106-
- [ ] Device compliance required for corporate resource access
107-
- [ ] Device filters configured for appropriate targeting
108-
- [ ] Unmanaged device access restricted appropriately
107+
108+
☐ Device compliance required for corporate resource access<br>
109+
☐ Device filters configured for appropriate targeting<br>
110+
☐ Unmanaged device access restricted appropriately
109111

110112
**Network controls**
111-
- [ ] Named locations defined for trusted networks
112-
- [ ] Geographic restrictions applied
113-
- [ ] Enhanced controls for external network access
113+
114+
☐ Named locations defined for trusted networks<br>
115+
☐ Geographic restrictions applied<br>
116+
☐ Enhanced controls for external network access
114117

115118
**Application controls**
116-
- [ ] Conditional Access App Control enabled for sensitive applications
117-
- [ ] Session controls configured appropriately
118-
- [ ] Application-specific policies for high-value targets
119+
120+
☐ Conditional Access App Control enabled for sensitive applications<br>
121+
☐ Session controls configured appropriately<br>
122+
☐ Application-specific policies for high-value targets
119123

120124
**Monitoring and response**
121-
- [ ] CAE enabled where supported
122-
- [ ] Identity Protection risk policies active
123-
- [ ] Sign-in logs monitored
124-
- [ ] Alerts configured for policy exceptions
125+
126+
☐ CAE enabled where supported<br>
127+
☐ Identity Protection risk policies active<br>
128+
☐ Sign-in logs monitored<br>
129+
☐ Alerts configured for policy exceptions
125130

126131
## Common misalignments
127132

learn-pr/wwl-sci/design-solutions-identity-access-management/media/overview-ciam.png renamed to learn-pr/wwl-sci/design-solutions-identity-access-management/media/customer-identity-access-management.png

File renamed without changes.

0 commit comments

Comments
 (0)