<?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: Cisco ISE Machine Authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119153#M561717</link>
    <description>&lt;P&gt;Thank you Bejkonfrejm,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm not sure about it if is wich I need. In the example that you've gave me, the authentication steps, will there be this ones?:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- ISE receives "Radius-Username" that ends with ".mydomain.com" (for example)&lt;/P&gt;&lt;P&gt;- Authentication is made through EAP-TLS&lt;/P&gt;&lt;P&gt;- ISE checks if this host "myhost.mydomain.com" belongs to AD group "xxxx/users/domain computers ¿?¿?¿?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 12:37:20 GMT</pubDate>
    <dc:creator>techguy_cisco</dc:creator>
    <dc:date>2020-07-15T12:37:20Z</dc:date>
    <item>
      <title>Cisco ISE Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119063#M561714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working about windows machine authentication through ISE. I can see when windows supplicant is configured to use "Machine Authentication" it sends as "Radius-Username" its hostname and domain information. I only want to check if machine is inside my domain, It can be made making a rule that check if "Radius-Username" contains "my-domain-name", but I want to check if this computer is declared in Active Directory to avoid that someone could use a personal computer configuring manually the domain in the computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can it be made?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 10:16:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119063#M561714</guid>
      <dc:creator>techguy_cisco</dc:creator>
      <dc:date>2020-07-15T10:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119094#M561715</link>
      <description>&lt;P&gt;A simple way to do this is to import the external group "Domain Computers" from the AD Identity Store.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can just make sure that the supplicant is a member of this group:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eap_tls.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/79091i1F9297616601AA67/image-size/large?v=v2&amp;amp;px=999" role="button" title="eap_tls.png" alt="eap_tls.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:10:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119094#M561715</guid>
      <dc:creator>Baconframe</dc:creator>
      <dc:date>2020-07-15T11:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119153#M561717</link>
      <description>&lt;P&gt;Thank you Bejkonfrejm,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm not sure about it if is wich I need. In the example that you've gave me, the authentication steps, will there be this ones?:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- ISE receives "Radius-Username" that ends with ".mydomain.com" (for example)&lt;/P&gt;&lt;P&gt;- Authentication is made through EAP-TLS&lt;/P&gt;&lt;P&gt;- ISE checks if this host "myhost.mydomain.com" belongs to AD group "xxxx/users/domain computers ¿?¿?¿?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 12:37:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119153#M561717</guid>
      <dc:creator>techguy_cisco</dc:creator>
      <dc:date>2020-07-15T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119200#M561720</link>
      <description>&lt;P&gt;Authentication and authorization are separate things.&amp;nbsp; With authentication, all ISE cares about is whether or not the device/user is truly who they say they are.&amp;nbsp; This can be accomplished by checking a username/password combination (PEAP) or by checking for a valid certificate (EAP-TLS).&amp;nbsp; With machine authentication on Windows computers, the machine will have a username and password that it presents to ISE for authentication.&amp;nbsp; ISE verifies that with AD.&amp;nbsp; Once authentication is successful, then ISE moves to the authorization policy.&lt;/P&gt;&lt;P&gt;For authorization, you can ensure that it was an actual computer that authenticated and that it wasn't a user account by checking membership in Domain Computers as the previous post recommended.&amp;nbsp; This assures you that the device authenticating is a computer or at least its object is within the Domain Computer security group in AD.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 13:46:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-machine-authentication/m-p/4119200#M561720</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2020-07-15T13:46:07Z</dc:date>
    </item>
  </channel>
</rss>

