Application NameXAP
PublisherXAP Corporation
Date Entered08/27/2012
Date Modified
webNetwork Version 6.1.1.0
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : access.bridges.com
Host Port : 443


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : wnxap.example-cloud.com
Startup URL : /auth/login.do?targetUri=%2Fportal%2FlandingPage.do
Rewrite Browser Cookies : True
Internal Servers Require SSL : True
Host Authority : False

Single Sign On
--------------
Form Type : Client
Form Name : command
Form Trigger : /auth/login.do\\?targetUri=%2Fportal%2FlandingPage.do

Script :
document.forms[1].password.value = "somePassword";
document.forms[1].name.value = "someUsername";
document.forms[1].submit();

Form Method : Post
 
Notes

This webapp requires using the Script field to fill in the users credentials.