Network access control (NAC) integration with Intune

Intune integrates with network access control (NAC) partners to help organizations secure corporate data when devices try to access on-premises resources.

Note

The compliance retrieval service was released in July 2021 and replaced the previous Intune NAC service. Microsoft Intune is providing support for the legacy Intune NAC service through March 31, 2024. Our NAC partners are transitioning to the compliance retrieval service and include:

  • ExtremeCloud Universal ZTNA
  • Extreme Networks ExtremeCloud IQ-Site Engine version 24.2
  • Cisco ISE 3.1 and later
  • Citrix Gateway 13.0-84.11 and later
  • Citrix Gateway 13.1-12.50 and later
  • F5 BIG-IP Access Policy Manager 14.1.5.2 and later
  • F5 BIG-IP Access Policy Manager 15.1.7 and later
  • F5 BIG-IP Access Policy Manager 16.1.3.1 and later
  • F5 BIG-IP Access Policy Manager 17.0 and later
  • Ivanti Connect Secure 9.1R16 and later
  • Aruba ClearPass with Microsoft Intune Extension v6 and later
  • Forescout eyeExtend Microsoft Module v1.0.1 and later
  • Portnox Cloud

We will be deprecating the Intune NAC service in the future, so we recommend that you migrate to the compliance retrieval service to avoid service disruption. Contact your NAC solution provider if you have questions about the compliance retrieval service or impact to your tenant. For more information and updates about the compliance retrieval service and NAC partners, see Microsoft Tech Community: New Microsoft Intune service for network access control.

How do Intune and NAC solutions help protect your organization resources?

NAC solutions check the device enrollment and compliance state with Intune to make access control decisions. If the device isn't enrolled, or is enrolled and not compliant with Intune device compliance policies, then the device should be redirected to Intune for enrollment, or for a device compliance check.

Example

If the device is enrolled and compliant with Intune, the NAC solution should allow the device access to corporate resources. For example, users can be allowed or denied access when trying to access corporate Wi-Fi or VPN resources.

Feature behaviors

Devices that are actively syncing to Intune can't move from Compliant / Noncompliant to Not Synced (or Unknown). The Unknown state is reserved for newly enrolled devices that haven't been evaluated for compliance yet.

For devices that are blocked from access to resources, the blocking service should redirect all users to the management portal to determine why the device is blocked. If the users visit this page, their devices are synchronously reevaluated for compliance.

NAC and Conditional Access

NAC works with Conditional Access to provide access control decisions. For more information, see Common ways to use Conditional Access with Intune.

How the NAC integration works

The following list is an overview on how NAC integration works when integrated with Intune. The first three steps, 1-3, explain the onboarding process. Once the NAC solution is integrated with Intune, steps 4-9 describe the ongoing operation.

Conceptual image of how NAC works with Intune

  1. Register the NAC partner solution with Microsoft Entra ID, and grant delegated permissions to the Intune NAC API.
  2. Configure the NAC partner solution with the appropriate settings including the Intune discovery URL.
  3. Configure the NAC partner solution for certificate authentication.
  4. User connects to corporate Wi-Fi access point or makes a VPN connection request.
  5. NAC partner solution forwards the device information to Intune, and asks Intune about the device enrollment and compliance state.
  6. If the device isn't compliant or isn't enrolled, the NAC partner solution instructs the user to enroll or fix the device compliance.
  7. The device tries to reverify its compliance and enrollment state when applicable.
  8. Once the device is enrolled and compliant, NAC partner solution gets the state from Intune.
  9. Connection is successfully established which allows the device access to corporate resources.

Note

NAC partner solutions will typically make two different types of query to Intune to ask about device compliance state:

  • Queries filtering based on a known property value of a single device such as its IMEI or Wi-Fi MAC address
  • Broad, unfiltered queries for all non-compliant devices.

NAC Solutions are permitted to make as many of the device-specific queries as required. However the broad unfiltered queries may be throttled. The NAC solution should be configured to only submit the all non-compliant devices queries, at most, once every four hours. Queries made more frequently will receive an http 503 error from the Intune service.

Enable NAC

To enable use of NAC and the compliance retrieval service, reference your NAC product's most recent documentation for enabling NAC integration with Intune. This integration might require you to make changes after you upgrade to a new NAC product or version.

The compliance retrieval service requires certificate-based authentication and the use of the Intune device ID as the subject alternative name of the certificates. For Simple Certificate Enrollment Protocol (SCEP) and Private and public key pair (PKCS) certificates, you can add an attribute of the URI type with a value defined by your NAC provider. For example, your NAC provider's instructions might say to include IntuneDeviceId://{{DeviceID}}as the Subject alternative name.

Other NAC products might require you include a device ID when using NAC with iOS VPN profiles.

Tip

We recommend using certificate-based authentication with the Intune device ID wherever possible. If you're unable to use certificate-based authentication, Intune supports querying devices based on MAC addresses.

For more information about certificate profiles, see Use SCEP certificate profiles with Microsoft Intune and Use a PKCS certificate profile to provision devices with certificates in Microsoft Intune.

Data shared with NAC partners

The specific device properties that are shared with NAC partners depend on the version of the NAC API the NAC product uses. Contact your NAC partner for more information on which version of the NAC or Compliance Retrieval API your NAC product uses.

Also, the data returned will be limited if:

  • The device isn't enrolled in Intune. In this case, no information other than that the device isn't managed by Intune will be shared with the NAC product.
  • The OS prevents the specific device property from being shared with Microsoft. Intune will share empty values back to the NAC product for data properties not shared with Intune by the OS.
Device property Available in NAC 1.0 Available in NAC 1.1 Available in NAC 1.3 Available in Compliance Retrieval/NAC 2.0
Compliance state Yes Yes Yes Yes
Managed by Intune Yes Yes Yes Yes
Personal or corporate ownership No Yes Yes No
MAC address Yes Yes Yes Yes
Serial number Yes Yes Yes No
IMEI Yes Yes Yes No
UDID Yes Yes Yes No
MEID Yes Yes Yes No
OS version Yes Yes Yes No
Device model Yes Yes Yes No
Manufacturer Yes Yes Yes No
Microsoft Entra device ID Yes Yes Yes No
Last contact time with Intune Yes Yes Yes No
Intune device ID No No No Yes

Next steps