The highlighted attributes (enableUserGroups) are undocumented and considered to be non-functional. I've not seen updates and what I responded in that other thread is still current. With ClearPass 6.12 you can create a Graph API call to retrieve device group membership through the Entra ID Authorization source. The following query works for me, with the Entra ID Device ID being available in the certificate as the Subject:L (Location); change that if you store the Entra ID Device ID in a different field/attribute:
device:devices?$select=id,deviceId,displayName,approximateLastSignInDateTime,enrollmentType&$filter=deviceId eq %{Certificate:Subject-L};deviceGroups:devices/%{device:id}/memberOf?$select=displayName
------------------------------
Herman Robers
------------------------
If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check
https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
------------------------------
Original Message:
Sent: May 07, 2024 09:01 AM
From: lkrijnen
Subject: ClearPass Intune Extension - AAD User Groups?
Hi all,
Is it possible to synchronize AAD user groups from devices / users using the ClearPass Intune Extension?
To me the following stood out from the configuration, but I cannot seem to find any documentation regarding these settings:
{
"logLevel": "INFO",
"verifySSLCerts": true,
"azureADEndpoint": "login.microsoftonline.com",
"graphEndpoint": "graph.microsoft.com",
"tenantId": "<>",
"clientId": "<>",
"clientSecret": "<>",
"syncPageSize": 50,
"enableSyncAll": true,
"syncAllSchedule": "*/30 * * * *",
"syncUpdatedOnly": true,
"syncAllOnStart": false,
"enableEndpointCache": false,
"endpointCacheTimeSeconds": 900,
"intuneAttributes": null,
"enableUserGroups": false,
"userGroupUpdateSchedule": "*/30 * * * *",
"bypassProxy": false,
"enableStats": true,
"statsUsername": "intune_api",
"statsPassword": "********"
}
I am using version 6.1.7 of the Microsoft Intune Extension, within ClearPass Guest.
We came across this topic: Airheads Community. However, no at that time it was confirmed no documentation was available.
------------------------------
Lex
------------------------------