<?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: ISE guest access with ODBC as authentication method in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5138324#M590349</link>
    <description>&lt;P&gt;Hi Arne,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks a lot for your response! My main doubt was the authentication protocol used by guest portals. So knowing that it's PAP and this is well supported by gues portals we can procceed with this approach.&lt;/P&gt;&lt;P&gt;The use case mentioned by you is very similar so now we do the movement with confidence that will work!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 07:17:02 GMT</pubDate>
    <dc:creator>Abdul Pallares</dc:creator>
    <dc:date>2024-07-01T07:17:02Z</dc:date>
    <item>
      <title>ISE guest access with ODBC as authentication method</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5137372#M590309</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I'm working in a solution for one of our customer. The have a bussiness with a lot of customers which stays in their buildings for different periods, this users are maintained by internal applications in a database. There are also a lot of other people who pass through the buildings but are not considered customers and are not in the database.&lt;/P&gt;&lt;P&gt;The customer wants to allow guest access to the users added to the database. Here the question begins.&lt;/P&gt;&lt;P&gt;I'v read this post &lt;A href="https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine-21/200544-Configure-ISE-2-1-with-MS-SQL-using-ODBC.html#anc5" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine-21/200544-Configure-ISE-2-1-with-MS-SQL-using-ODBC.html#anc5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Which explains clearly the ODBC integration procedure. It talks about the following authentication methods:&lt;/P&gt;&lt;P&gt;- PAP, EAP-GTC inner method, TACACS&lt;/P&gt;&lt;P&gt;- CHAP, MSCHAPv1/v2, EAP-MD5, LEAP, EAP-MSCHAPv2 inner method, TACACS&lt;/P&gt;&lt;P&gt;Our idea is to ask users only for their passport or equivalent ID which is stored in the ODBC database.&lt;/P&gt;&lt;P&gt;Here is the question. How can we merge an sponsored guest portal with ODBC asking only for the username?&lt;/P&gt;&lt;P&gt;My guess is to use the passport number as the username, using a customized portal, and use an stored procedure to match it on the database.&lt;/P&gt;&lt;P&gt;But I'm not sure which authentication method will send the guest portal to ODBC, it should be any of the supported ones but need confirmation on that.&lt;/P&gt;&lt;P&gt;Does any one knows if my guesses are correct and we can procceed in this way.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jun 2024 09:28:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5137372#M590309</guid>
      <dc:creator>Abdul Pallares</dc:creator>
      <dc:date>2024-06-28T09:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: ISE guest access with ODBC as authentication method</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5138180#M590338</link>
      <description>&lt;P&gt;I have a vague recollection of a use case that a former colleague of mine worked on.&amp;nbsp; It was for a hospital, and the ISE Guest Portal would accept the patient's ID (a unique number assigned to the patient after being admitted, usually printed on the patient's wristband) and the password would be their surname.&lt;/P&gt;
&lt;P&gt;The solution involved the Guest Portal auth using the ODBC integration - and the ODBC "magic" involved stored procedures that returned the correct results to ISE. The ISE web portal presents the username and password as simple text data (PAP) to the ODBC engine, and that is sent to the database for processing/comparison. The stored procedure should return attributes that ISE can match, and then present to the ISE Admin as attributes for Authorization Policy (e.g. patient A is a long-term user, and needs 30 day access, versus, patient B, who only gets 1 day access)&lt;/P&gt;
&lt;P&gt;Best to test this out in a lab and build it up stage by stage. ISE doesn't perform anything special here - the hard work is done on the SQL server and its stored procedures.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 21:29:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5138180#M590338</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-06-30T21:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: ISE guest access with ODBC as authentication method</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5138324#M590349</link>
      <description>&lt;P&gt;Hi Arne,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks a lot for your response! My main doubt was the authentication protocol used by guest portals. So knowing that it's PAP and this is well supported by gues portals we can procceed with this approach.&lt;/P&gt;&lt;P&gt;The use case mentioned by you is very similar so now we do the movement with confidence that will work!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 07:17:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5138324#M590349</guid>
      <dc:creator>Abdul Pallares</dc:creator>
      <dc:date>2024-07-01T07:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: ISE guest access with ODBC as authentication method</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5319533#M597729</link>
      <description>&lt;P&gt;would you provide me with the stored procedures do you use for the user login on guest portal ? i get always the error "&lt;SPAN&gt;24851 Connection to external ODBC database failed&lt;/SPAN&gt;" Although the test from ISE was successfully&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 13:20:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-guest-access-with-odbc-as-authentication-method/m-p/5319533#M597729</guid>
      <dc:creator>mzarli</dc:creator>
      <dc:date>2025-08-11T13:20:18Z</dc:date>
    </item>
  </channel>
</rss>

