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/dev-box/how-to-configure-intune-conditional-access-policies.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ services: dev-box
6
6
ms.service: dev-box
7
7
author: RoseHJM
8
8
ms.author: rosemalcolm
9
-
ms.date: 09/18/2024
9
+
ms.date: 09/23/2024
10
10
ms.topic: how-to
11
11
12
12
# Customer intent: As a platform engineer, I want to configure conditional access policies in Microsoft Intune so that I can control access to dev boxes.
13
13
14
14
---
15
15
16
-
# Restrict access to dev boxes by using conditional access policies in Microsoft Intune
16
+
# "Configure Conditional Access Policies for Microsoft Dev Box"
17
17
18
18
Conditional access is the protection of regulated content in a system by requiring certain criteria to be met before granting access to the
19
19
content. Conditional access policies at their simplest are if-then statements. If a user wants to access a resource, then they must
@@ -153,8 +153,7 @@ Confirm that your policy works as expected by using Report-only mode. Confirm th
153
153
154
154
**Caution**
155
155
156
-
Misconfiguration of a block policy can lead to organizations being locked out. You can configure [accounts for emergency access](/entra/identity/role-based-access-control/security-emergency-access) to prevent tenant-wide account lockout. In the unlikely scenario all
157
-
administrators are locked out of your tenant, your emergency-access administrative account can be used to log into the tenant to take steps
156
+
Misconfiguration of a block policy can lead to organizations being locked out. You can configure [accounts for emergency access](/entra/identity/role-based-access-control/security-emergency-access) to prevent tenant-wide account lockout. In the unlikely scenario all administrators are locked out of your tenant, your emergency-access administrative account can be used to log into the tenant to take steps
158
157
to recover access.
159
158
160
159
## Apps required for Dev Box
@@ -164,21 +163,22 @@ organization by allowing or blocking these apps.
| Windows 365 | 0af06dc6-e4b5-4f28-818e-e78e62d137a5 | Used when retrieving the list of resources for the user and when users initiate actions on their dev box like Restart. |
166
+
| Windows 365 | 0af06dc6-e4b5-4f28-818e-e78e62d137a5 | Used when Microsoft Remote Desktop is opened, to retrieve the list of resources for the user and when users initiate actions on their dev box like Restart. |
168
167
| Azure Virtual Desktop | 9cdead84-a844-4324-93f2-b2e6bb768d07 | Used to authenticate to the Gateway during the connection and when the client sends diagnostic information to the service. Might also appear as Windows Virtual Desktop. |
169
168
| Microsoft Remote Desktop | a4a365df-50f1-4397-bc59-1a1564b8bb9c | Used to authenticate users to the dev box. Only needed when you configure single sign-on in a provisioning policy. |
170
169
| Windows Cloud Login | 270efc09-cd0d-444b-a71f-39af4910ec45 | Used to authenticate users to the dev box. This app replaces the Microsoft Remote Desktop app. Only needed when you configure single sign-on in a provisioning policy. |
171
170
| Windows Azure Service Management API | 797f4846-ba00-4fd7-ba43-dac1f8f63013 | Used to query for DevCenter projects where the user can create dev boxes. |
172
-
| Fidalgo Dataplane Public | e526e72f-ffae-44a0-8dac-cf14b8bd40e2 |Required for dev box management. |
173
-
| Microsoft Developer Portal | 0140a36d-95e1-4df5-918c-ca7ccd1fafc9 | Used to manage the Dev box portal. |
171
+
| Fidalgo Dataplane Public | e526e72f-ffae-44a0-8dac-cf14b8bd40e2 |Used to manage dev boxes and other DevCenter resources via the DevCenter REST APIs, Azure CLI, or Dev Portal. |
172
+
| Microsoft Developer Portal | 0140a36d-95e1-4df5-918c-ca7ccd1fafc9 | Used to sign into the developer portal web app. |
174
173
175
174
The following table lists the apps used in common scenarios.
176
175
177
-
| App |Developer portal login| Dev box management (create/delete/stop etc.) | Connect through browser | Connect through Remote Desktop |
176
+
| App |Log in to and manage dev boxes in developer portal| Dev box management (create/delete/stop etc.) | Connect through browser | Connect through Remote Desktop |
0 commit comments