Security

last person joined: 15 hours ago 

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

Is possible to change the page that is presented to a user when they browse to our Clearpass server?

This thread has been viewed 0 times
  • 1.  Is possible to change the page that is presented to a user when they browse to our Clearpass server?

    Posted Oct 23, 2013 09:44 AM

    IT seems that the default page that is presented to a user when browsing to a ClearPass server is the Portal login page.

    We do not use this feature and I would like to simply change the initial page that is presented to the login page for ClearPass Guest.

     

    ie.   https://myclearpass.com  maps to  https://myclearpass.com/guest

     

    Thanks in advance

     

     



  • 2.  RE: Is possible to change the page that is presented to a user when they browse to our Clearpass server?
    Best Answer

    EMPLOYEE
    Posted Oct 23, 2013 08:58 PM

    You can add a script to the header of the onguard portal page.

     

    <script type="text/javascript">
    window.location = "https://cplab.clearpassdemo.com/guest"
    </script>

     defaultredirect.png