FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
sthapa
Staff
Staff
Article Id 191328

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



Contributors