Application NameSTI Classroom
PublisherSTI
Date Entered08/18/2010
Date Modified02/21/2011
webNetwork Version
Delivery MethodVirtual Server
ConfigurationHost Object
-----------
Host Address : sticlassroom.example-cloud.com
Host Port : 443


Web Application Object
----------------------
Web App Type : https virtual server
Virtual DNS Name : swsticlass.example-cloud.com
Startup URL : /Iclassroom/Login.aspx?portal=y
Internal Servers Require SSL : true
Secure by IP Address :
Host Authority : disabled
HTTP Headers :
Rewrite Browser Cookies : True

Single Sign On
--------------
Authenticate Type : Form
Form Type : Client
Form Name : LoginForm
Form Trigger : /iclassroom/Login.aspx?portal=y
Form Action : Login.aspx
Script :
document.forms[0].__EVENTTARGET.value="btnLogin";
var s = document.createElement("input");
s.setAttribute("type", "hidden");
s.setAttribute("name", "btnLogin");
s.setAttribute("value", "OK");
document.forms[0].appendChild(s);
document.forms[0].txtUserID.value = "@@enc:mbjhsti-userid-iclass@@";
document.forms[0].txtPassword.value="@@enc:mbjhsti-password-iclass@@";
if (typeof(Page_ClientValidate) == 'function') {Page_ClientValidate();} document.forms[0].submit();

Form Method : Post
Form Inputs :
txtPassword:@@enc:iclass-pass@@
txtUserID:@@enc:iclass-unaame@@

 
Notes

The "Use only defined inputs" may also need to be checked so that only the password and user id are sent and the rest is done in the Script.