Skip to content

Commit 9fc2bbe

Browse files
committed
Add intune permissions to wi-fi guide
1 parent 7da8e2a commit 9fc2bbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tutorials/intune-mdm-setup-guide.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
updated_at: March 26, 2025
23
title: Deploy EAP-TLS Wi-Fi certificates to Windows devices with Smallstep and Intune
34
html_title: Deploy EAP-TLS Wi-Fi certificates to Windows devices with Smallstep and Intune
45
description: In this tutorial, you will configure Smallstep and Microsoft Intune to establish device trust with your CA and to issue a Wi-Fi certificate to your devices.
@@ -63,10 +64,12 @@ Now we’ll connect the App Registration to Intune by adding application permiss
6364

6465
In the App Registration, visit the **API Permissions** blade.
6566

66-
Add the following two permissions:
67+
Add the following permissions:
6768

6869
- Microsoft Graph → Application permissions → `Application.Read.All`
70+
- Microsoft Graph → Application permissions → `DeviceManagementManagedDevices.Read.All`
6971
- Intune → Application permissions → `scep_challenge_provider`
72+
- Intune → Application permissions → `get_data_warehouse`
7073

7174
Finally, select **✓ Grant admin consent** on the API permissions page.
7275

0 commit comments

Comments
 (0)