Application NamemCLASS Assessment
PublisherWIreless Generation
Date Entered11/15/2012
Date Modified
webNetwork Version 6.1.1.0
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : www.mclasshome.com
Host Port : 443


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : ssomclass.example-company.com
Startup URL : /
Rewrite Browser Cookies : Enable
Internal Servers Require SSL : Enable
Host Authority : Disabled

Single Sign On
--------------
Form Type : Client
Form Name : AuthenticateForm
Form Trigger : /wgen/Login.do
Form Action : /wgen/Authenticate.do
Script :
document.getElementsByName("username")[0].value="ENTER USERID HERE"
document.getElementsByName("password")[0].value="ENTER PASSWORD HERE"
document.forms[0].submit();

Error Trigger : /wgen/Logout.do
Error Page : /util/closeDojoWindow.html
Form Method : Post
Form Inputs :
username : ENTER USERID HERE
password : ENTER PASSWORD HERE
 
Notes

This webapp requires the credentials to be injected via the Script field. However, if you also place the credentials in the Input field users will be promted to fill in their lockbox values if they are empty.

Since this application utilizes a specific URL (/wgen/Logout.do) for the logout process, we can catch that, and close out the webapp window when the users chooses to logout of the application.

Note: As this application does not work in IE, you may want to add restrictions to the webapp's link to prevent it from appearing for users using IE.