Created on 04-03-2019 01:36 AM Edited on 12-16-2021 02:56 AM By Anonymous
Description
This article explains about how to redirect a captive portal user to a custom URL after the successful authentication
Solution
The following CLI commands explain how to redirect captive portal user to a specific URL after the successful authentication
- Enable the "auth-keepalive" option after the successful authentication, the enables the session to always redirect to a keep-alive page only, then manually click on "new window" tab to open the custom page
- In this scenario you have to disable the auth-keepalive page under global setting in order to make this configuration effective
- To disable the auth-keepalive option
# config system global
# set auth-keepalive disable
# end
# config system interface
# edit <Interface_name>
# set security-redirect-url <Redirect_URL>
# end