Application NameIMail Server
PublisherIPSwitch
Date Entered02/20/2011
Date Modified
webNetwork Version
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : imail.example-cloud.com
Host Port : 443

Web App Object
--------------
Type : https virtual server
Virtual DNS Name : wnimail.example-cloud.com
Startup URL : /

Internal Server Requires SSL : true


Single Sign-on Object
---------------------
Authenticate Type : Form
Form Type : Client
Form Name : login
Form Trigger : /iClient/Login.aspx\?ReturnUrl=%2fIClient%2f
Script :
ClearPassword();
document.forms[0].txtPassword.value = "Password Variable"; document.forms[0].txtUsername.value = "Username Variable";
document.getElementById( "btnLogin" ).click();

Form Method : Post
Form Inputs :
txtPassword=Password Variable
txtUsername=Username Variable
 
Notes

In the version used, you need to run ClearPassword(); to set a variable or it would not let you submit (even with valid creds). Make sure to add both Form Inputs so you get the lockbox prompt, even though the script is populating.