Performing automatic login

Top  Previous  Next

If you are integrating MFT Server Web Client into an existing web based application you may already have the needed user login credentials.  To prevent users from being required to enter login credentials again, you may embed all login credentials as URL parameters.  Upon successful login user will be automatically logged into the MFT Server Web Client. SSO (single-sign-on) may also be used.

 

Example

 

http://hostname:port/action/login?domain=localhost&username=jsmith&password=secret&continue=/action/cwd?filename=/path/to/dir

 

 

URL Parameters

 

hostname - The hostname or IP of the web server.

port - The port of the web server.

domain - The domain to login to.

username - The username to login as.

password - The password to login with.

continue - The relative URL to redirect user to after login.  In the example above the continue argument is used to redirect user to a specified directory upon login.

 

See also

 

Web SSO

 

 

 

 

 





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2023 Redwood Software, Inc.