<?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 Support Information button in place of link? in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492124#M539584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a customer that is using a hotspot portal as a message for blacklist devices.&amp;nbsp; It basically tells them that their device has been blacklisted and to call support at xxx-xxx-xxxx to fix the issue.&amp;nbsp; The reason we are using the hotspot as a message and not the blacklist portal is because the blacklist portal does NOT give the option to include a link to the support information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link is helpful for when the user calls support as it contains the MAC address, IP Address, etc of said device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is this:&amp;nbsp; Can we convert the Support Information link to a button?&amp;nbsp; A button would make is easier to 'activate' on a mobile device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charles Moreton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 21:17:33 GMT</pubDate>
    <dc:creator>Charlie Moreton</dc:creator>
    <dc:date>2016-04-08T21:17:33Z</dc:date>
    <item>
      <title>Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492124#M539584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a customer that is using a hotspot portal as a message for blacklist devices.&amp;nbsp; It basically tells them that their device has been blacklisted and to call support at xxx-xxx-xxxx to fix the issue.&amp;nbsp; The reason we are using the hotspot as a message and not the blacklist portal is because the blacklist portal does NOT give the option to include a link to the support information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link is helpful for when the user calls support as it contains the MAC address, IP Address, etc of said device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is this:&amp;nbsp; Can we convert the Support Information link to a button?&amp;nbsp; A button would make is easier to 'activate' on a mobile device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charles Moreton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 21:17:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492124#M539584</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2016-04-08T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492125#M539609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I did to customize the Hotspot Portal for use as a Blacklist Message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duplicate the default Hotspot Portal and give it a meaningful name (in this case Blacklist Message Hotspot)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Require an AUP (No no require an Access Code)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Settings1.PNG" class="jive-image image-7" src="https://community.cisco.com/legacyfs/online/fusion/94489_Settings1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I went to the Portal Page Customization and changed the Banner Title, Browser Page Title, Content Title, and Instructional Text&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Settings2.PNG" class="jive-image image-8" src="https://community.cisco.com/legacyfs/online/fusion/94490_Settings2.PNG" style="height: 584px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then moved to the Optional Content 2 box, clicked the HTML/Text toggle button (outlined below) and pasted in the button code.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Settings3.PNG" class="jive-image image-9" src="https://community.cisco.com/legacyfs/online/fusion/94491_Settings3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;In the above screenshot, this script hides the AUP text and Accept/Decline Buttons:&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt;(function(){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jQuery('.cisco-ise-aup-text').hide();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jQuery('.cisco-ise-aup-controls').hide();&lt;/P&gt;&lt;P&gt;setTimeout(function(){ jQuery('#portal-session-timeout-popup-screen, #portal-session-timeout-popup-popup, #portal-session-timeout-popup').remove(); }, 100);&lt;/P&gt;&lt;P&gt;})();&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this creates the Support Information Button:&lt;/P&gt;&lt;P&gt;&amp;lt;a class="ui-link" href="#" id="ui_login_support_info" onclick="$('#support_info').submit();"&amp;gt;&amp;lt;button&amp;gt;Contact Support&amp;lt;/button&amp;gt;&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to toggle the HTML/Text button back to text for this to work.&amp;nbsp; This is how the Optional Content 2 box will look when you do&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94486" alt="Settings4.PNG" class="jive-image image-4" src="https://community.cisco.com/legacyfs/online/fusion/94486_Settings4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mobile view is perfect.&amp;nbsp; I have tested this on iOS and Android Devices&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94487" alt="Settings5.PNG" class="jive-image image-5" src="https://community.cisco.com/legacyfs/online/fusion/94487_Settings5.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Desktop browser view does show the link at the bottom of the page, but still serves the purpose nicely.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94488" alt="Settings6.PNG" class="jive-image image-6" src="https://community.cisco.com/legacyfs/online/fusion/94488_Settings6.PNG" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create an Authorization Profile with a Web Redirection to this new Hotspot Portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, Crate an Authorization Rule using the Blacklist Endpoint Identity Group with the AuthZ Profile above as the Permissions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, &lt;A href="https://community.cisco.com//u1/147838"&gt;jakunst&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charles Moreton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 12:50:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492125#M539609</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2016-04-11T12:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492126#M539638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to use the script to change the Support Button into a link to an external page as well, here is the code for anyone that would like to use it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;a class="ui-link" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com" rel="nofollow" target="_blank"&gt;http://www.cisco.com&lt;/A&gt;&lt;SPAN&gt;" id="Remediate" onclick="jQuery('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com').submit();" rel="nofollow" target="_blank"&gt;http://www.cisco.com').submit();&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;button&amp;gt;Clean this machine&amp;lt;/button&amp;gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also recommend replacing any $ with jQuery &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Developers said that it performs and works better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:34:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492126#M539638</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2016-07-13T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492127#M539656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this, I ran into an issue that the endpoint gets the auth success page on the 2nd and subsequent access of this portal. It seems better to skip AUP altogether and to customize the auth success page instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jul 2016 19:21:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492127#M539656</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2016-07-17T19:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492128#M539676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how that works, won't the device be put into the endpoint group associated with that portal then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:15:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492128#M539676</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2016-07-18T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492129#M539689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be due to CSCux99204 present in the setup I am testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:32:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492129#M539689</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2016-07-18T16:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492130#M539696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, thank you for this excellent post.&lt;/P&gt;&lt;P&gt;I just wanted to contribute with an issue I found on ISE 2.1 patch 1 in regards to this. It took me a while to figure this out, so I thought I might save someone else's time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently, if you clear the Contact Information text box on the page customisation settings, the form named #support_info will not be generated by ISE, and as such the support button will not pop up the support page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="withcontactinfo_box.png" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/108230_withcontactinfo_box.png" style="height: 152px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;we see that the footer is populated&lt;/P&gt;&lt;P&gt;&lt;IMG alt="withcontactinfo.png" class="jive-image image-2" src="https://community.cisco.com/legacyfs/online/fusion/108231_withcontactinfo.png" style="height: 257px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but without contact info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="withoutcontactinfo_box.png" class="jive-image image-3" src="https://community.cisco.com/legacyfs/online/fusion/108232_withoutcontactinfo_box.png" style="height: 254px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;the div footer is not populated with the form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="withoutcontactinfo.png" class="jive-image image-4" src="https://community.cisco.com/legacyfs/online/fusion/108233_withoutcontactinfo.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you're thinking about doing some advanced customisation and you don't know why the support page stopped working, take a look at the contact text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps someone...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gustavo Novais&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 17:02:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492130#M539696</guid>
      <dc:creator>Gustavo Novais</dc:creator>
      <dc:date>2017-06-12T17:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492131#M539704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace the text with 5 spaces.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 17:04:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492131#M539704</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2017-06-12T17:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492132#M539712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that was the workaround I used. Even with one space only it worked. &lt;/P&gt;&lt;P&gt;Sorry if it wasn't clear on my post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 18:37:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3492132#M539712</guid>
      <dc:creator>Gustavo Novais</dc:creator>
      <dc:date>2017-06-12T18:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3953676#M539717</link>
      <description>&lt;P&gt;I am running ISE 2.4 and the script mentioned below does not seem to be hiding AUP text, Accept and Decline buttons:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;script&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(function(){&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jQuery('.cisco-ise-aup-text').hide();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jQuery('.cisco-ise-aup-controls').hide();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;setTimeout(function(){ jQuery('#portal-session-timeout-popup-screen, #portal-session-timeout-popup-popup, #portal-session-timeout-popup').remove(); }, 100);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;})();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me if there is an updated script that runs with ISE 2.4 and latest patch.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 21:58:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3953676#M539717</guid>
      <dc:creator>varma10</dc:creator>
      <dc:date>2019-11-05T21:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3953678#M539721</link>
      <description>&lt;P&gt;Please ignore my previous post. The solution is working, It just took some time to do rendering.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 22:00:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/3953678#M539721</guid>
      <dc:creator>varma10</dc:creator>
      <dc:date>2019-11-05T22:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Support Information button in place of link?</title>
      <link>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/5263443#M595118</link>
      <description>&lt;P&gt;Has anyone tried this with ISE 3.4 yet. I tried it. It hides the AUP but not the accept and decline button. Anyone has an idea why the script is not hiding that and what to change to hide it? Will appreciate your help.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 10:44:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/support-information-button-in-place-of-link/m-p/5263443#M595118</guid>
      <dc:creator>anu-fatokun</dc:creator>
      <dc:date>2025-02-21T10:44:31Z</dc:date>
    </item>
  </channel>
</rss>

