How to jump to the fixed url page after successful Portal authentication?
Fixed jumps can be implemented in the controller by carrying parameters via url-parameter.
Example: The URL of the Portal web server that the device redirects to the user is configured with userurl, the value of which is the jump to the interface http://www.abc.com/welcome after successful user authentication.
<sysname> system-view [Sysname] portal web-server wbs [Sysname-portal-websvr-wbs]url-parameter userurl value http://www.abc.com/welcome |
The URL parameter name userurl must be consistent with the URL parameter name supported by the Portal server in the specific application environment.