<?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: ExtremeControl EAP Group Mappings, match on signing CA? in ExtremeControl</title>
    <link>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62995#M37</link>
    <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt;The RADIUS will make a choice based on the commonName in the certificate.&lt;BR /&gt;If both PKIs are giving the same name, you'll not be able to discriminate on this parameter.&lt;BR /&gt;An alternative could be to present a public certificate (the CA Root should be in all the devices) during the migration and switch after that.&lt;BR /&gt;If the clients are windows devices, you can manage the authentication parameters via GPO and push both private Root CA.&lt;BR /&gt;&lt;BR /&gt;Concerning the AAA, yes you ca upload both Root CA and the RADIUS will choose the one corresponding to the client certificate.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mig</description>
    <pubDate>Mon, 07 Mar 2022 19:19:07 GMT</pubDate>
    <dc:creator>Miguel-Angel_RO</dc:creator>
    <dc:date>2022-03-07T19:19:07Z</dc:date>
    <item>
      <title>ExtremeControl EAP Group Mappings, match on signing CA?</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62992#M34</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As of 8.5.3 ExtremeControl has the ability to use multiple RADIUS certificates using EAP Group Mappings.&lt;BR /&gt;&lt;BR /&gt;The determination of those certificates is done using EAP Group Mappings via the exchange of RADIUS packets to look at User-Name, NAS-IP-Address (Switch IP) or Calling-station-id (MAC Address), as per below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="65032b70b2634f838279c5918f888c35.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3208i0F1C28693859E0E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="65032b70b2634f838279c5918f888c35.png" alt="65032b70b2634f838279c5918f888c35.png" /&gt;&lt;/span&gt;&lt;BR /&gt;You can then use a POSIX regular expression to find a match:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="99c9a85ba8d74331a596b23608a14e29.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/964i6A887E7C2160D4C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="99c9a85ba8d74331a596b23608a14e29.png" alt="99c9a85ba8d74331a596b23608a14e29.png" /&gt;&lt;/span&gt;&lt;BR /&gt;In my case there are two different certificate authorities, some clients will be signed by one, others will be signed by another. This is part of a migration to a new PKI. The issue here is that the only real distinction between client certificates presented to ExtremeControl will be the signing CA.&lt;BR /&gt;&lt;BR /&gt;So the domain, user and NAS IP's in the RADIUS exchange are all going to be the same.&lt;BR /&gt;&lt;BR /&gt;Is there a way to create a filter based on certificate signing CA, or something else I might be able to hook into to make the distinction?&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance.</description>
      <pubDate>Sun, 06 Mar 2022 16:13:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62992#M34</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-06T16:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: ExtremeControl EAP Group Mappings, match on signing CA?</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62993#M35</link>
      <description>Martin,&lt;BR /&gt;There should be some misunderstanding on the feature.&lt;BR /&gt;The EAP Group Mapping will define which certificate will be presented by the RADIUS server based on the Username/NAS-IP/MAC.&lt;BR /&gt;The authentication as such will be performed with the info available in the AAA config. No need to play here with the EAP Groups:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1e39095c1f3d4d09b74c98fe7b455991.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3966iC052C06F6138AB4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1e39095c1f3d4d09b74c98fe7b455991.png" alt="1e39095c1f3d4d09b74c98fe7b455991.png" /&gt;&lt;/span&gt;&lt;BR /&gt;You need the EAP Groups if the client is validating the RADIUS certificate.&lt;BR /&gt;The purpose is to present a specific RADIUS certificate.&lt;BR /&gt;&lt;BR /&gt;I use the following use case:&lt;BR /&gt;I the check the Usernames like "host/computername.private-domain.local" for computer authentication and the via the EAP Group I check the username and I present a RADIUS certificate that was issued by a Root-CA available on the specific computer.&lt;BR /&gt;You can request the users to log-in with something like user@private-domain-local.com to ensure that you'll present an acceptable RADIUS certificate for the client.&lt;BR /&gt;&lt;BR /&gt;If non of the EAP Group is matching, the default RADIUS certificate is presented&lt;BR /&gt;The default RADIUS is presenting a certificate from a public authority. It is usually a star certificate (for example *.public-domain.com).&lt;BR /&gt;I must use this because the BYOD devices do not have any Root CA from private PKI by default.&lt;BR /&gt;I upload this certificate in the "RADIUS Server Certificate"&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="63920c0ac5814a89a80eee0579083d95.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4096i8B521C9E8AF7596E/image-size/large?v=v2&amp;amp;px=999" role="button" title="63920c0ac5814a89a80eee0579083d95.png" alt="63920c0ac5814a89a80eee0579083d95.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Hope this help.&lt;BR /&gt;&lt;BR /&gt;Mig</description>
      <pubDate>Mon, 07 Mar 2022 11:10:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62993#M35</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2022-03-07T11:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: ExtremeControl EAP Group Mappings, match on signing CA?</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62994#M36</link>
      <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;Thank you posting a reply so quickly, and thank you for the added detail.&lt;BR /&gt;&lt;BR /&gt;Also thank you for you patience if my understanding is incorrect.&lt;BR /&gt;&lt;BR /&gt;So here is the scenario I am thinking of, which is based on computer authentication using EAPTLS.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Two clients connect the same switch using a certificate with the same FQDN (due to migration), but have been signed by different PKI's.&lt;BR /&gt;&lt;BR /&gt;Based on that information and the available RADIUS fields of Username (maybe just or PEAP) and NAS-IP address, these would be the same for each client, so what criteria could be used to make the distinction?&lt;BR /&gt;&lt;BR /&gt;If each client has installed only the root and intermediates that belong to its own PKI, it becomes critical that the right NAC / RADIUS certificate is returned / presented to the client - hence back to what criteria to use?&lt;BR /&gt;&lt;BR /&gt;In regards to AAA configuration, which is used to validate the client certificate / authentication, do you know if I can install root and intermediate certs for each of the PKI's in the same place?&lt;BR /&gt;&lt;BR /&gt;That way the client certificate presented to NAC will be able to chain automatically against the right ones?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Mon, 07 Mar 2022 18:29:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62994#M36</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-07T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: ExtremeControl EAP Group Mappings, match on signing CA?</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62995#M37</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt;The RADIUS will make a choice based on the commonName in the certificate.&lt;BR /&gt;If both PKIs are giving the same name, you'll not be able to discriminate on this parameter.&lt;BR /&gt;An alternative could be to present a public certificate (the CA Root should be in all the devices) during the migration and switch after that.&lt;BR /&gt;If the clients are windows devices, you can manage the authentication parameters via GPO and push both private Root CA.&lt;BR /&gt;&lt;BR /&gt;Concerning the AAA, yes you ca upload both Root CA and the RADIUS will choose the one corresponding to the client certificate.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mig</description>
      <pubDate>Mon, 07 Mar 2022 19:19:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62995#M37</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2022-03-07T19:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: ExtremeControl EAP Group Mappings, match on signing CA?</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62996#M38</link>
      <description>Hi Mig,&lt;BR /&gt;&lt;BR /&gt;Great, understood.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Mon, 07 Mar 2022 21:59:27 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/extremecontrol-eap-group-mappings-match-on-signing-ca/m-p/62996#M38</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-07T21:59:27Z</dc:date>
    </item>
  </channel>
</rss>

