Security

 View Only
  • 1.  Clearpass integration with microsoft intune and entraID

    Posted Aug 15, 2025 04:33 AM

    Dear Team

    We are working on the integration of clearpass with microsoft intune and entraID, as per my understanding, the flow should look like the below 

    -EAP-TLS to be used as authentication method with authorization option in the method to be turned off as authentication is not supported

    -During authentication, which is basically trusting the cert, clearpass will fetch attributes from the client's TLS cert, basically the deviceID for intune and userprincipalname for entraID. clearpass will use the above fetched attributes to get the other attributes from the authorization sources defined, in our case both entraID and intune.
    -once successful, we can leverage on the returned attributes e.g. device status in intune, group-membership in entraID .... and create enforcement policies 

    The confusing part for me is that how ClearPass will recognize the deviceID & UPN from the cert sent by the client, i read somewhere that for intune this can be mentioned in the intune extension configuration where deviceID attribute can be retrieved from CN of certificate but not very clear on that, also couldn't figure out how to control this for the UPN required for entraID.

    Appreciate any insights on this as the information is essential before creating and distributing the certs to clients ... 

    Thank you



    -------------------------------------------


  • 2.  RE: Clearpass integration with microsoft intune and entraID

    Posted Aug 18, 2025 04:54 AM
    Edited by Vossi Aug 18, 2025 04:55 AM

    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. 

    -------------------------------------------



  • 3.  RE: Clearpass integration with microsoft intune and entraID

    Posted Oct 13, 2025 06:16 AM

    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 !

    -------------------------------------------



  • 4.  RE: Clearpass integration with microsoft intune and entraID

    Posted Oct 15, 2025 09:37 AM

    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
    ------------------------------



  • 5.  RE: Clearpass integration with microsoft intune and entraID

    Posted Oct 27, 2025 10:51 AM

    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 

    -------------------------------------------



  • 6.  RE: Clearpass integration with microsoft intune and entraID

    Posted Oct 27, 2025 11:36 AM

    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
    ------------------------------



  • 7.  RE: Clearpass integration with microsoft intune and entraID

    Posted Oct 27, 2025 12:33 PM

    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 

    -------------------------------------------