cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
674
Views
0
Helpful
5
Replies

BYOD Implementation

Shao-Yu Chen
Level 1
Level 1

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?                  

5 Replies 5

Stephen Rodriguez
Cisco Employee
Cisco Employee

So you are wanting to host the webauth page  here "https:///login.html" instead of on the WLC?

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

HTH,
Steve

------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered

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:///login.html which it does not exist. Where in WCL or in HTML code tells it to redirect to that address?

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

HTH,
Steve

------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered

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?

Shao-Yu Chen
Level 1
Level 1

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.

Review Cisco Networking products for a $25 gift card