<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Intune MDM Attributes missing in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4993210#M586195</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/345365"&gt;@stevez&lt;/a&gt;&amp;nbsp;I believe the reason that MDMServerName has to come first among the list of MDM conditions is how we addressed&amp;nbsp;CSCuv68500&amp;nbsp;MDM: do not force redirection for devices not already enrolled with MDM; i.e., it tags which MDM server to query for the other MDM conditions.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 01:36:40 GMT</pubDate>
    <dc:creator>hslai</dc:creator>
    <dc:date>2024-01-10T01:36:40Z</dc:date>
    <item>
      <title>Intune MDM Attributes missing</title>
      <link>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4990574#M586101</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are currently facing the following issue running a Cisco ISE 3.2 Patch 2:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We have 2 MDM Integrations, Intune and JAMF set up - both working with APIv3 and successful connection tests, querying multiple MDMs is enabled in General MDM settings.&lt;/LI&gt;&lt;LI&gt;We have a Authorization Policy that checks if MDM.DeviceRegisterStatus is Registered - that rule works and we see successful endpoint authz&lt;/LI&gt;&lt;LI&gt;But for a couple of clients that rule fails, despite them being registered - I have checked this with the python script from here (&lt;A href="https://github.com/vbobrov/iseutils)," target="_blank" rel="noopener"&gt;https://github.com/vbobrov/iseutils),&lt;/A&gt;&amp;nbsp;which returns&amp;nbsp;&amp;lt;register_status&amp;gt;true&amp;lt;/register_status&amp;gt; from Intune.&lt;/LI&gt;&lt;LI&gt;In ISE, I don't see any MDM attributes at all for the problematic clients and looking at the debug ise-psc logs, it seems that ISE is just not querying the MDM endpoints at all when those clients go through authz workflow.&lt;/LI&gt;&lt;LI&gt;We have set our MDM cache timers to minimum, deleted the endpoints from the database, but no luck: when those clients go through authz, ISE just nopes out when checking for MDM registered status and denies authorization without even querying the MDM endpoint.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So, anyone got any idea about this? when should ISE query the MDM endpoints for the MDM attributes when not during authz (with having no cached/expired attributes available)? We are running out of ideas here &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 12:28:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4990574#M586101</guid>
      <dc:creator>stevez</dc:creator>
      <dc:date>2024-01-05T12:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Intune MDM Attributes missing</title>
      <link>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4991286#M586131</link>
      <description>&lt;P&gt;I would suggest opening a TAC case to investigate the issue.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 22:45:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4991286#M586131</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2024-01-07T22:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Intune MDM Attributes missing</title>
      <link>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4991414#M586138</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/345365"&gt;@stevez&lt;/a&gt;&amp;nbsp; Since you have two MDMs, please ensure MDM:MDMServerName used in the authorization conditions.&lt;/P&gt;
&lt;P&gt;For example,&lt;/P&gt;
&lt;P&gt;If MDM:MDMServerName EQUALS itune&lt;/P&gt;
&lt;P&gt;AND MDM:DeviceRegisterStatus EQUALS Registered&lt;/P&gt;
&lt;P&gt;AND MDM:DeviceCompliantStatus EQUALS Compliant&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;Attached is the info on this ISE 3.2 feature that shared by one of my coworkers.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 01:19:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4991414#M586138</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2024-01-10T01:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Intune MDM Attributes missing</title>
      <link>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4991631#M586143</link>
      <description>&lt;P&gt;thx,&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/113005"&gt;@hslai&lt;/a&gt;&amp;nbsp;- that did the trick.&amp;nbsp;I was already aware that it was related to the 2 MDMs, since it was working with only one enabled. Then I checked docs again, and saw mentioning of MDMServerName and that really fixed the issue in the end.&lt;/P&gt;&lt;P&gt;What I don't understand: If this is an endpoint that ISE sees for the first time, why does that rule even trigger (since it has no information about MDMServerName at that point)? And I also observed that the rule is only working when MDMServerName is used as the FIRST condition in the ruleset - also something that I learned the hard way during multiple trial and errors.&lt;/P&gt;&lt;P&gt;Anyways, it's working now with fresh(unknown) devices and 2 active MDMs.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 09:28:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4991631#M586143</guid>
      <dc:creator>stevez</dc:creator>
      <dc:date>2024-01-08T09:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Intune MDM Attributes missing</title>
      <link>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4993210#M586195</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/345365"&gt;@stevez&lt;/a&gt;&amp;nbsp;I believe the reason that MDMServerName has to come first among the list of MDM conditions is how we addressed&amp;nbsp;CSCuv68500&amp;nbsp;MDM: do not force redirection for devices not already enrolled with MDM; i.e., it tags which MDM server to query for the other MDM conditions.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 01:36:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/intune-mdm-attributes-missing/m-p/4993210#M586195</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2024-01-10T01:36:40Z</dc:date>
    </item>
  </channel>
</rss>

