<?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 Your authz condition is wrong in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510401#M72721</link>
    <description>&lt;P&gt;Your authz condition is wrong, if you wan't only to match username that have the domain "rcsi.ie" at the end, you should use "ends with" or "contains" "rsci.ie", and not "Not Equals"&lt;/P&gt;&lt;P&gt;Also, you need to move the eduroam authentication rule to the top of your rule set, as the second rule you have will catch all dot1x requests on both wired and wireless, and ise will select this rule.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2014 15:00:44 GMT</pubDate>
    <dc:creator>jan.nielsen</dc:creator>
    <dc:date>2014-10-07T15:00:44Z</dc:date>
    <item>
      <title>Configuring ISE to proxy Authentications based on email address</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510398#M72707</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a little help configuring ISE to proxy requests to external radius servers based on email address and password. I want to configure eduroam on our WLAN. Eduroam allows students&amp;nbsp;connect to the WIFI of other Campuses using their local credentials&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;User associates&amp;nbsp;to SSID (eduroamTest)&lt;/LI&gt;&lt;LI&gt;Prompted for username &amp;amp; password (802.1x)&lt;/LI&gt;&lt;LI&gt;User puts in username and password in the form joebloggs@university.com (UPN)&lt;/LI&gt;&lt;LI&gt;If the user is part of our&amp;nbsp;local institution they are authenticated using our local radius server (ISE)&lt;/LI&gt;&lt;LI&gt;If the user is a &amp;nbsp;member of a partner institution the request is proxied to an external radius server (National Gateways).&lt;/LI&gt;&lt;LI&gt;The National Gateways&amp;nbsp;&amp;nbsp;passes the request to the relevant institution based on the UPN (eg @ucd.ie will be passed to ucd radius servers)&lt;/LI&gt;&lt;LI&gt;The institution authenticates the user and passes the&amp;nbsp;&amp;nbsp;request back to the National Gateways&lt;/LI&gt;&lt;LI&gt;The National Gateways passes this request back to our ISE server and the external user is authenticated&lt;/LI&gt;&lt;LI&gt;The user can browse the web&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have done:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Setup the National Gateways as external proxy servers&lt;/LI&gt;&lt;LI&gt;Created firewall rules to allow the traffic&lt;/LI&gt;&lt;LI&gt;Configured the proxy sequence with these servers&lt;/LI&gt;&lt;LI&gt;Created a policy to proxy requests to the proxy sequence&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to figure out:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How to get ISE to authenticate/proxy&amp;nbsp;requests, for the SSID eduroamTest,&amp;nbsp;based on UPN eg (if username = *@rcsi.ie then use local ISE otherwise use proxy service)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any help with this configuration would be greatly appreciated as I am new to ISE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need any more info please let know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 05:05:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510398#M72707</guid>
      <dc:creator>noc</dc:creator>
      <dc:date>2019-03-11T05:05:03Z</dc:date>
    </item>
    <item>
      <title>Sounds like you did most of</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510399#M72712</link>
      <description>&lt;P&gt;Sounds like you did most of the work already. To get ISE to direct certain requests based on attributes in the request to another radius server, all you need to do, is create a new authentication rule, where you check for the following attributes ;&lt;/P&gt;&lt;P&gt;radius/called-station-id contains "eduroam"&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;radius/username ends with "rcsi.ie"&lt;/P&gt;&lt;P&gt;Then you can select the radius server sequence you created instead of the normal "Allowed protocols" list.&lt;/P&gt;&lt;P&gt;If you want to be in control of the authorization, there is a flag you must set in the radius server sequence in ISE, this will let you control what rights the client is given locally, while still authenticating the user remotely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Oct 2014 13:46:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510399#M72712</guid>
      <dc:creator>jan.nielsen</dc:creator>
      <dc:date>2014-10-05T13:46:15Z</dc:date>
    </item>
    <item>
      <title>Hi Jan Thanks for your reply.</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510400#M72718</link>
      <description>&lt;P&gt;Hi Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Only getting back to this now. Unfortunately it hasn't worked for me. I have attached screenshots of the config and the troubleshooter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea where its going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 14:24:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510400#M72718</guid>
      <dc:creator>noc</dc:creator>
      <dc:date>2014-10-07T14:24:11Z</dc:date>
    </item>
    <item>
      <title>Your authz condition is wrong</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510401#M72721</link>
      <description>&lt;P&gt;Your authz condition is wrong, if you wan't only to match username that have the domain "rcsi.ie" at the end, you should use "ends with" or "contains" "rsci.ie", and not "Not Equals"&lt;/P&gt;&lt;P&gt;Also, you need to move the eduroam authentication rule to the top of your rule set, as the second rule you have will catch all dot1x requests on both wired and wireless, and ise will select this rule.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 15:00:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510401#M72721</guid>
      <dc:creator>jan.nielsen</dc:creator>
      <dc:date>2014-10-07T15:00:44Z</dc:date>
    </item>
    <item>
      <title>Thanks Jan I'll give it a try</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510402#M72726</link>
      <description>&lt;P&gt;Thanks Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll give it a try early tomorrow morning, in case I break access to the Wifi for all the students.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 07:54:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510402#M72726</guid>
      <dc:creator>noc</dc:creator>
      <dc:date>2014-10-08T07:54:44Z</dc:date>
    </item>
    <item>
      <title>Hi Jan Your suggestions</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510403#M72731</link>
      <description>&lt;P&gt;Hi Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your suggestions worked for me. I was able to authenticate an external user to access the web using the eduroamTest ssid.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I'm facing now is that a test user I set up here isnt being authenticated in partner campuses. I can see the radius requests coming through our firewall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you need to do something special on ISE, to authorise radius requests from external radius servers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 14:35:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510403#M72731</guid>
      <dc:creator>noc</dc:creator>
      <dc:date>2014-10-14T14:35:57Z</dc:date>
    </item>
    <item>
      <title>I don't think i have tried</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510404#M72733</link>
      <description>&lt;P&gt;I don't think i have tried that, but as a minimum, you would have to define the other radius server as a network device in your ise, and agree on a radius key. Then you should begin to see the requests coming into your ise.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 15:32:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510404#M72733</guid>
      <dc:creator>jan.nielsen</dc:creator>
      <dc:date>2014-10-14T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Hey Guys,</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510405#M72735</link>
      <description>&lt;P&gt;Hey Guys,&lt;/P&gt;
&lt;P&gt;I have to implement the same solution. I understand we need to configure the authentication policy that would match field like SSID and domain name ( @cisco.com for example and if this condition satisfy then ISE will redirect this traffic to the external proxy server.&lt;/P&gt;
&lt;P&gt;I am wondering, if we also need to configure any authorization policy to achieve this ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you please confirm what authorization policy do you have&amp;nbsp; for your setup ?&lt;/P&gt;
&lt;P&gt;Thanks in advance for your reply.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 12:45:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-ise-to-proxy-authentications-based-on-email-address/m-p/2510405#M72735</guid>
      <dc:creator>prashant dwivedi</dc:creator>
      <dc:date>2016-10-10T12:45:58Z</dc:date>
    </item>
  </channel>
</rss>

