Hi Jonas,
What i read in several documentation is that entraID cannot be used as an authentication source, for this in the inner method of TEAP i'm using eap-tls with auth required turned off. My plan is to perform both machine & user authentication, once the machine boots, it will perform method 1 TEAP and be placed in specific vlan, once the user logs in, TEAP method 2 will be performed and user shall be placed in a different vlan. My problem here in configuring the service, the only way i'm aware in enforcement profile is using a condition Authentication:TEAP-Method-1 EQUALS Success , but because we are not selecting entraID as authentication source this is failing, we are only relying on certificate validation and then authorization,
Thats why we are planning to shift to EAP-TLS only, appreciate if you can provide any insights if this can be done in other way
-------------------------------------------
Original Message:
Sent: Oct 27, 2025 11:35 AM
From: jonas.hammarback
Subject: Clearpass integration with microsoft intune and entraID
Yes, ClearPass should be able to read all the attributes in the SAN field. Make sure to have the latest version of the Intune Extension as there are updates in how the information is parsed.
I don't fully understand what you mean regarding authentication not taking place. With both EAP-TLS and EAP-TEAP in cooperation with Entra ID and Intune the authentication is a pure PKI based authentication based on the certificates. Authorization is done towards either Entra ID and/or Intune.
------------------------------
Best Regards
Jonas Hammarbäck
MVP Guru, ACEX, ACDX #1600, ACCX #1335, ACX-Network Security
Aranya AB
If you find my answer useful, consider giving kudos and/or mark as solution
------------------------------
Original Message:
Sent: Oct 27, 2025 10:51 AM
From: mshamseddine@connectit.ae
Subject: Clearpass integration with microsoft intune and entraID
hello Jonas,
Thanks for your response, then in this case i believe it is meaningless to use TEAP since authentication isnt taking place, the attributes needed can be retrieved from one certificate (e.g. UPN for entraID and DeviceID for intune), my question here is if we want to use machine authentication then we'll need to enroll the device with certificate with intune device ID as well as UPN in the SAN field, will clearpass be able to fetch the attributes from both entraID and intune ? Your insights on this are highly appreciated !
thanks
Original Message:
Sent: Oct 15, 2025 09:36 AM
From: jonas.hammarback
Subject: Clearpass integration with microsoft intune and entraID
When you are using EAP-TEAP ClearPass will only have certificate attributes from one of the certificates available for authorization. If you are only performing Method 1 authentication you will have the information from the computer certificate. If both Method 1 and 2 is successful you will only see the the user certificate attributes in ClearPass. On way to work around this is to populate the user certificate with machine information as well during certificate enrollment.
There are several discussions related to this.
------------------------------
Best Regards
Jonas Hammarbäck
MVP Guru, ACEX, ACDX #1600, ACCX #1335, ACX-Network Security
Aranya AB
If you find my answer useful, consider giving kudos and/or mark as solution
Original Message:
Sent: Oct 13, 2025 06:15 AM
From: mshamseddine@connectit.ae
Subject: Clearpass integration with microsoft intune and entraID
thanks for the response,
i'm planning to test EAP-TEAP with the above scenario, that is UPN will be fetched from user certificate (method 2), and intune device ID from local computer certificate (method 1), then leverage on the attributes retrieved from entraid and intune to authorize the users ... is the above logic correct ? appreciate your insights if had previous experience with the above flow ...
thank you !
Original Message:
Sent: Aug 18, 2025 04:54 AM
From: Vossi
Subject: Clearpass integration with microsoft intune and entraID
Herman Robers did a good explanation here : Atmosphere23 Netherlands - Bussum 2023 | Atmosphere '23 I think it´s a good a Idea to Sync Intune Attributes Like Devicename / Intune DeviceID / EntraDeviceID with the Clearpass Intune Integration on a 30 Min Time Based Interval into Endpoint DB. Also insert the Intune Device ID / EntraDeviceID into the Client Certificate, so that y can do a Lookup into Intune and EntraID and Endpoint DB based on each of the Attributes. We switched from Intune Integration real time lookup to Lookup in Endpoint DB based on Device ID. This will work even when Intune / Entra API´s are not reachable (MS issues or WAN Issues), and will be updated every 30 Min. I found a lot of usefull Information here Clearpass not getting group membership from EntraID | Security hope to help you a little.