<?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: WebAuth with Custom AUP in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/webauth-with-custom-aup/m-p/839370#M81111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, it took me a while but I managed to hack something together with the aid of Google and a few pointers from web developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a hidden layer on the page with the AUP in a TEXTAREA box (which allows you to read the lengthy AUP in a scrollable box) and used some JavaScript to bring it to the front when you click the login button. Doing it that way means pop-up blockers do not get in the way however as we are not opening a new window although there may be negative effects i have not yet experienced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the AUP page there is a "reject" button that hides the window, clears the form (login details) then tries to close down the browser although I may remove that last step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "accept" button submits the form in the same way the login button on the original page used to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All works very well in IE, and is quite slick although the code is maybe a little rough, I don't know. I'm a lot happier having everything handled by the WLC instead of going to an external webserver, another layer of security i don't have to worry about. I'll see what feedback I get from the end users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 21:37:38 GMT</pubDate>
    <dc:creator>lamond2004</dc:creator>
    <dc:date>2007-11-20T21:37:38Z</dc:date>
    <item>
      <title>WebAuth with Custom AUP</title>
      <link>https://community.cisco.com/t5/wireless/webauth-with-custom-aup/m-p/839368#M81109</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom Webauth page successfully loaded into my 2106 WLC. It is essentially the same as the original page with a few cosmetic tweaks in line with our branding and works seamlessly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to be able to do is hyperlink a word on the page which when clicked will display an AUP in a pop-up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can upload and display the additional page stored on the WLC when authenticated but the web redirect kicks in if I am not. I have to be able to read this before authenticating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I can think round this is to embed the AUP within the login page with some JavaScript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would also be nice if I you had to click a check box to confirm acceptance of the AUP before you can log in, has anyone attempted this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 21:57:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/webauth-with-custom-aup/m-p/839368#M81109</guid>
      <dc:creator>lamond2004</dc:creator>
      <dc:date>2021-07-03T21:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: WebAuth with Custom AUP</title>
      <link>https://community.cisco.com/t5/wireless/webauth-with-custom-aup/m-p/839369#M81110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't see why that wouldn't work, a previous version of my login page had the AUP in an IFRAME.  On the other hand, I don't know of any way to pop a new window other than JavaScript... but I'm not exactly a master web developer either.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only catch I see is that you'd need to host the AUP page on another webserver, since I do not belive you can host an arbitrary page on the controller, and in order to make accessable you'd need to include it in your Pre-Auth ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the checkbox, I think you'd need to use external WebAuth, and you'd have to program a form handler to feed the WLC a valid username/password if the end user checks the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a link for an overview of the external WebAuth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/tech/tk722/tk809/technologies_configuration_example09186a008076f974.shtml" target="_blank"&gt;http://www.cisco.com/en/US/customer/tech/tk722/tk809/technologies_configuration_example09186a008076f974.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 03:29:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/webauth-with-custom-aup/m-p/839369#M81110</guid>
      <dc:creator>Michael Odom</dc:creator>
      <dc:date>2007-11-20T03:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: WebAuth with Custom AUP</title>
      <link>https://community.cisco.com/t5/wireless/webauth-with-custom-aup/m-p/839370#M81111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, it took me a while but I managed to hack something together with the aid of Google and a few pointers from web developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a hidden layer on the page with the AUP in a TEXTAREA box (which allows you to read the lengthy AUP in a scrollable box) and used some JavaScript to bring it to the front when you click the login button. Doing it that way means pop-up blockers do not get in the way however as we are not opening a new window although there may be negative effects i have not yet experienced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the AUP page there is a "reject" button that hides the window, clears the form (login details) then tries to close down the browser although I may remove that last step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "accept" button submits the form in the same way the login button on the original page used to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All works very well in IE, and is quite slick although the code is maybe a little rough, I don't know. I'm a lot happier having everything handled by the WLC instead of going to an external webserver, another layer of security i don't have to worry about. I'll see what feedback I get from the end users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 21:37:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/webauth-with-custom-aup/m-p/839370#M81111</guid>
      <dc:creator>lamond2004</dc:creator>
      <dc:date>2007-11-20T21:37:38Z</dc:date>
    </item>
  </channel>
</rss>

