Application NameUtips
PublisherUtah State Office of Education
Date Entered08/18/2010
Date Modified02/21/2011
webNetwork Version
Delivery MethodVirtual Server
ConfigurationHost Object
-----------
Host Address : www.myutips.org
Host Port : 80


Web Application Object
----------------------
Web App Type : https virtual server
Virtual DNS Name : wnutips.example-cloud.com
Startup URL : /
Secure by IP Address : false


Single Sign On
--------------
Authenticate Type : Form
Form Type : Server
Form Name :
Form Trigger : /cf_index.cfm
Form Action :
Script :
func = function() {
if( document.getElementById('submit').style.display != 'block' ) {return;}
var f1=document.forms[0];
var f2=document.createElement("form");
f2.method=f1.method;
f2.action="cf_user_management.cfm?submit=Login";
var a=document.createElement("input");
a.type="hidden";
a.name="action";
a.value="login";
f2.appendChild(a);
var ui=document.createElement("input");
ui.type="hidden";
ui.name="user_id";
ui.value="-1";
f2.appendChild(ui);
var u=document.createElement("input");
u.type="hidden";
u.name="username";
u.value=f1.username.value;
f2.appendChild(u);
var p=document.createElement("input");
p.type="hidden";
p.name="password";
p.value=f1.password.value;
f2.appendChild(p);
document.body.appendChild( f2 );
f2.submit();
};
setInterval( "func()", 1000 );

Form Method : Post
Form Inputs :
user_id:-1
password:@@enc:utipsPass@@
username:@@enc:utipsUser@@
submit:login
action:login
 
Notes

This application has many things that prevents it from working nicely with the portal. The complex script helps get around this.