Application NameProgress Book
PublisherSoftware Answers, Inc.
Date Entered08/18/2010
Date Modified02/21/2011
webNetwork Version 6.0.9
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : progressbook.example-cloud.com
Host Port : 443


Web Application Object
----------------------
Web App Type : https virtual server
Virtual DNS Name : wnprogressbook.example-cloud.com
Startup URL : /progressbook/General/LoginForm.aspx
Internal Servers Require SSL : true


Single Sign On
--------------
Authenticate Type : Form
Form Type : Client
Form Name : LoginForm
Form Trigger : /progressbook/General/LoginForm.aspx
Script :
WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("btnLogin", "", true, "", "", false, false));
document.forms[0].onsubmit();
var s=document.createElement('input');
s.type='hidden';
s.name='btnLogin';
s.value='Login';
document.forms[0].appendChild( s );
document.forms[0].submit();


Form Method : Post
Form Inputs :
txtUserID=Insert User ID variable
txtPassword=Insert Password variable
txtDistrict=Insert District
 
Notes

The district parameter you may be able to hard code instead of using a lockbox.