Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

can we redirect Guest to a ompany home Page with out Captive Portal

This thread has been viewed 0 times
  • 1.  can we redirect Guest to a ompany home Page with out Captive Portal

    Posted Apr 18, 2012 02:42 PM

    Hi,

     

     Can we redirect guest users to Company Home Page with out using Captive Portal .

     

    Thanks

     



  • 2.  RE: can we redirect Guest to a ompany home Page with out Captive Portal

    EMPLOYEE
    Posted Apr 19, 2012 09:50 AM

    You *might* be able to accomplish this with a bit of java script. YMMV, as I'm not completely sure this would work.

     

    Here's what you would have to do. Use an external captive portal page on one of your web servers. On that external captive portal page, do an onload submit (if it's possible) to submit generic credentials back to securelogin.arubanetworks.com. That would then change the users role from a captive portal role to a guest role. The captive portal role would also have the redirect after login to the company website.



  • 3.  RE: can we redirect Guest to a ompany home Page with out Captive Portal

    EMPLOYEE
    Posted Apr 19, 2012 10:16 AM

    I think this is the code you would need:

     

    <body onload="document.theForm.submit()">

     

    Then theForm submit would have to be a post using user=someguestusername and password=passwordforguest. That posted back to securelogin.arubanetworks.com should work.