BYOD Implementation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2013 08:35 AM - edited 07-03-2021 11:46 PM
We are starting to implement BYOD, and I am in the process to get web authentication working. Some how I am having trouble to move to next page after I put in my login from my phone. On WCL, there is a redirect URL filed, and when I try to customize login.html form the webauth tar bundle, it has https://1.1.1.1/fs/customwebauth/login.html?switch_url=https://<school_district_page>/login.html&.... which is causing my login to hang.
At this moment on WCL, I have Web Authenticaiton Type = Customized(Downloaded) and Redirect URL after login = <empty>.
Is there an error from webatuh login.html or error from WCL?
- Labels:
-
Other Wireless Topics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2013 08:50 AM
So you are wanting to host the webauth page here "https://
If you do, then you need to crete a pre-auth ACL to allow access to that server
HTH,
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2013 09:17 AM
I have all the necessary login.html, aup.html, companylog.jpg uploaded to WCL. But not able to log in successfully from my custome page. After I click on the submit button, the url changes to https://

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2013 09:20 AM
It would be in the HTML for the page that you are redirecting to that.
HTH,
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2013 09:26 AM
I am using web auth bundle downloaded from Cisco site. I noticed the line of code,
document.forms[0].action = args.switch_url;
I changed to,
document.forms[0].action = ""
and that did not help at all. Any advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2013 12:33 PM
Managed to obtained the default login.html and loginscript.js from the controller and customized the HTML file with school distric name, logo and network acceptable use policy added.
The web bundle downloaded from Cisco.com did not work, even without any modification at all.
