Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tutorials/intune-mdm-setup-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
updated_at: March 26, 2025
title: Deploy EAP-TLS Wi-Fi certificates to Windows devices with Smallstep and Intune
html_title: Deploy EAP-TLS Wi-Fi certificates to Windows devices with Smallstep and Intune
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.
Expand Down Expand Up @@ -63,10 +64,12 @@ Now we’ll connect the App Registration to Intune by adding application permiss

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

Add the following two permissions:
Add the following permissions:

- Microsoft Graph → Application permissions → `Application.Read.All`
- Microsoft Graph → Application permissions → `DeviceManagementManagedDevices.Read.All`
- Intune → Application permissions → `scep_challenge_provider`
- Intune → Application permissions → `get_data_warehouse`

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

Expand Down