Application NameMeasures of Academic Progress (MAP) - Virtual
PublisherNorthwest Evaluation Association
Date Entered10/22/2014
Date Modified
webNetwork Version 6.2.1.181
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : akron-admin.mapnwea.org
Host Port : 443


Web Application Object
----------------------
Web App Type : Virtual
Virtual DNS Name : wnmaps.stone-ware.com
Startup URL : /admin/home.seam
Rewrite Browser Cookies : True
Internal Servers Require SSL : enabled
Host Authority : enabled
HTTP Headers :

Single Sign On
--------------
Form Type : Client
Form Name : loginForm
Form Trigger : /cas/nweaLogin\\?service=https.*
Form Action :
Script :

var s=document.createElement('input');
s.type='hidden';
s.name='_eventId_submit';
s.value='Submit';
document.forms[0].appendChild( s );
document.forms[0].submit();


Error Trigger : /cas/logout?service=/admin
Error Page : /util/closeDojoWindow.html

Form Method : Post
Form Inputs :
* password : variable-for-password
* username : variable-for-username


Rule 1 : MAPNWEA-MSG-Remove
Type : tag search and replace
Description : Change dynamicmessage div
tag name : div
Attribute Name : id
Search : dynamicMessage
replace : test
Rule Processing url : include - /cas/nweaLogin
 
Notes

Due to the design of this application it needs to be a virtual webapplication even though it is on the public internet and not hosted at customer site. The rule is only needed if you want to remove the information message that pops up before login.

The error trigger and error page are used to catch the logout sequence and close the window. Without this, the SSO process will loop. Upon logout, the vendor redirects back to the login page which would trigger the login process again.