Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

New Captive Portal by MVC ASP.NET

This thread has been viewed 0 times
  • 1.  New Captive Portal by MVC ASP.NET

    Posted May 06, 2013 05:23 AM

    Hello,

    I am developing a new customized Captive Portal to instal on an Aruba controller, I have done it in MVC ASP.NET.

    The portal asks user to enter two string values that are "user" and "password" as it is explained in Aruba documentation.

    My question is that what should be the action of submit button? I read that it has to redirect user to "<controller ip address>/auth/index.html/u" but I am wondering how the controller would catch the "user" and "password" and use them to ask RADIUS server whether they are good or not.

    Can you guys please clarify it to me?

     

    Thanks :-)



  • 2.  RE: New Captive Portal by MVC ASP.NET

    EMPLOYEE
    Posted May 06, 2013 06:18 AM

    In the ArubaOS 6.1 user guide, there is Appendix E, Internal Captive Portal which shows you create a custom captive portal in HTML and what lines do what.  It is certainly not an HTML to ASP.net translation guide, though.