Skip to content

Commit a1f257d

Browse files
committed
Version 3.1
1 parent ce8a5bf commit a1f257d

33 files changed

Lines changed: 47 additions & 57 deletions

src/react/docs/videos/DevicesPillar.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sidebar_position: 3
44

55
# Devices Pillar
66

7-
Welcome! This video introduces Zero Trust and the Microsoft Zero Trust Workshop
7+
This video covers how to deliver the Devices pillar of the Microsoft Zero Trust Strategy Workshop.
88

99
<iframe width="560" height="315" src="https://www.youtube.com/embed/wraJn-jGd_M?si=AKBKorPL0auEXFmy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
10-

src/react/docs/videos/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ We have produced the following videos to help you run your own workshops:
2222

2323
- [Artificial Intelligence Pillar](./videos/AIPillar)
2424

25-
- [ DevSecOps Pillar](./videos/DevSecOpsPillar)
25+
- [DevSecOps Pillar](./videos/DevSecOpsPillar)
2626

2727
- [Zero Trust Assessment Overview](./videos/Assessment)

src/react/docs/workshop-guidance/AI/AI_000.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Require Users to Use Entra ID Auth to Interact with Agents
22

33
**Implementation Effort:** Medium – IT must configure agent authentication flows, consent, and app registrations that tie interactive agents to Entra ID, but this is a one‑time project rather than an ongoing program.
4-
**User Impact:** Medium – Users may be prompted to sign in with Entra ID or grant delegated permissions when interacting with agents, but only those who use these agents are impacted.
4+
**User Impact:** Medium – Users may be prompted to sign in with Entra ID or grant delegated permissions when interacting with agents, but only those who use these agents are impacted.
55

66
## Overview
7-
Requiring users to authenticate with Microsoft Entra ID before interacting with an agent ensures that every user action is tied to a verified identity. Interactive agents use the Microsoft Entra Agent Identity platform to perform delegated actions on behalf of real users. To enable this, IT configures the agent to request user tokens via OAuth, validate them, and extract claims for authorization decisions. Doing this also provides IT visiblity of user activity and interaction with AI workloads, and enables implementation of controls such as strong authentication, compliant device, etc.
7+
Requiring users to authenticate with Microsoft Entra ID before interacting with an agent ensures that every user action is tied to a verified identity. Interactive agents use Microsoft Entra Agent ID to perform delegated actions on behalf of real users. To enable this, IT configures the agent to request user tokens via OAuth, validate them, and extract claims for authorization decisions. Doing this also provides IT visibility of user activity and interaction with AI workloads, and enables implementation of controls such as strong authentication, compliant device, etc.
88

99
Without this setup, agents may operate without strong identity assurance, increasing risks such as unauthorized access, misuse of delegated permissions, or inability to enforce Zero Trust controls.
1010
This activity supports the Zero Trust principle of Verify explicitly because user identity, tokens, claims, and delegated permissions are validated at every interaction.
@@ -19,4 +19,4 @@ https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/interactive-a
1919
https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/interactive-agent-request-user-authorization [learn.microsoft.com]
2020
* Agent users in Microsoft Entra Agent ID
2121
* [Microsoft Entra ID P1 — feature comparison](https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mfa-licensing#available-versions-of-microsoft-entra-multifactor-authentication)
22-
https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/agent-users [learn.microsoft.com]
22+
https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/agent-users [learn.microsoft.com]

src/react/docs/workshop-guidance/data/RMT_006.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Implementation Effort:** Medium - Definition of the taxonomy can be low effort and done quickly either when a taxonomy already exists for the company or the default taxonomy can be used.
44

5-
**User Impact:** Medium - End user education on the company taxonomy and expetcations on usage.
5+
**User Impact:** Medium - End user education on the company taxonomy and expectations on usage.
66

77
## Overview
88

@@ -24,5 +24,3 @@ Identify (but do not enforce at this time) access restrictions related to each s
2424

2525
* Create and publish sensitivity labels https://learn.microsoft.com/en-us/purview/create-sensitivity-labels
2626
* Microsoft Information Protection Deployment Acceleration Guide: https://microsoft.github.io/ComplianceCxE/dag/mip-dlp/
27-
28-

src/react/docs/workshop-guidance/devices/DEV_116.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This supports *Verify explicitly* by requiring admins to satisfy multiple condit
1414

1515
1. Create a Conditional Access policy targeting directory roles (Global Administrator, Security Administrator, Intune Administrator, etc.)
1616
2. Require multi-factor authentication for all admin sign-ins
17-
3. Require compliant or Hybrid Azure AD joined devices
17+
3. Require compliant or Microsoft Entra hybrid joined devices
1818
4. Block legacy authentication for admin accounts
1919
5. Restrict access to trusted locations where appropriate
2020
6. Enable sign-in frequency controls to limit session persistence

src/react/docs/workshop-guidance/devices/RMD_020.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ The APP data protection configuration framework is organized into three distinct
55

66
**Level 1** **enterprise basic data protection**– Microsoft recommends this configuration as the minimum data protection configuration for an enterprise device.
77
**Level 2** **enterprise enhanced data protection** – Microsoft recommends this configuration for devices where users access sensitive or confidential information. This configuration is applicable to most mobile users accessing work or school data. Some of the controls may impact user experience.
8-
**Level 3 enterprise high data protection** – Microsoft recommends this configuration for devices run by an organization with a larger or more sophisticated security team, or for specific users or groups who are at uniquely high risk (users who handle highly sensitive data where unauthorized disclosure causes considerable material loss to the organization). An organization likely to be targeted by well-funded and sophisticated adversaries should aspire to this configuration.
8+
**Level 3 enterprise high data protection** – Microsoft recommends this configuration for devices run by an organization with a larger or more sophisticated security team, or for specific users or groups who are at uniquely high risk (users who handle highly sensitive data where unauthorized disclosure causes considerable material loss to the organization). An organization likely to be targeted by well-funded and sophisticated adversaries should aspire to this configuration.
99

1010

1111
## Reference
1212

1313
* https://learn.microsoft.com/en-us/mem/intune/apps/app-protection-framework
14-

src/react/docs/workshop-guidance/devices/RMD_153.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
**Remote Help** is a feature that allows IT support to remotely assist users' devices using Microsoft Defender for Endpoint. It integrates with Intune to provide secure, role-based access for troubleshooting. It enhances security by using encrypted connections and role-based access control (RBAC) to ensure only authorized personnel can provide support.
66

7-
Remote Help is available with an add on license or an Intune Suite license. For more information about licensing options, see [Microsoft Intune licensing](https://learn.microsoft.com/en-us/mem/intune/fundamentals/licenses).
7+
Remote Help is available with an add-on license or an Intune Suite license. For more information about licensing options, see [Microsoft Intune licensing](https://learn.microsoft.com/en-us/mem/intune/fundamentals/licenses).
88

99
## Reference
1010

1111
* [Remote Help with Microsoft Intune](https://learn.microsoft.com/en-us/mem/intune/fundamentals/remote-help)
12-

src/react/docs/workshop-guidance/identity/RMI_023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
For new cloud applications that require user profile creation and are using Entra ID for single sign on, enable automatic provision them via Entra ID as well. This is foundational step to enforce least privilege consistently (e.g. when an account is no longer assigned to an application for SSO, it will trigger a deactivation of the user profile within the application).
5+
For new cloud applications that require user profile creation and are using Entra ID for single sign-on, enable automatic provisioning for them via Entra ID. This is a foundational step to enforce least privilege consistently (e.g. when an account is no longer assigned to an application for SSO, it will trigger a deactivation of the user profile within the application).
66

77

88
## Reference

src/react/docs/workshop-guidance/identity/RMI_027.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Overview
44

5-
Migrate exisiting SaaS application provisioning to automatic user provisioning in Microsoft Entra ID. This is foundational step to enforce least privilege consistently (e.g. when an account is no longer assigned to an application for SSO, it will trigger a deactivation of the user profile within the application).
5+
Migrate existing SaaS application provisioning to automatic user provisioning in Microsoft Entra ID. This is a foundational step to enforce least privilege consistently (e.g. when an account is no longer assigned to an application for SSO, it will trigger a deactivation of the user profile within the application).
66

7-
This migration will also help reducing dependencies and footprint of disjointed provisioning tools.
7+
This migration will also help reduce dependencies and footprint of disjointed provisioning tools.
88

99
## Reference
1010

src/react/docs/workshop-guidance/identity/RMI_030.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Overview
44

5-
Migrate existing on-premisis applications that require user profiles to use Entra ID Application provisioning. This is foundational step to enforce least privilege consistently (e.g. when a is no longer assigned to an application, it will trigger a deactivation of the user profile within the application).
5+
Migrate existing on-premises applications that require user profiles to use Entra ID Application provisioning. This is foundational step to enforce least privilege consistently (e.g. when an account is no longer assigned to an application, it will trigger a deactivation of the user profile within the application).
66

7-
This migration will also help reducing dependencies and footprint of disjointed provisioning tools.
7+
This migration will also help reduce dependencies and footprint of disjointed provisioning tools.
88

99
## Reference
1010

0 commit comments

Comments
 (0)