Application NameeFinancePlus version 5.1
PublisherSungard
Date Entered02/18/2015
Date Modified
webNetwork Version 6.2.1.186
Delivery MethodVirtual server
ConfigurationHost Object:
------------
Host Address: efinanceplus.example-cloud.com
Host Port: 80

Application Object:
-------------------
Application Type: HTTP(S) Virtual Server
Virtual DNS Name: wnefinanceplus.example-cloud.com
Startup URL: /gas2.50/wa/r/plus/finplus51
Use Pipeline: Enabled
Rewrite Browser Cookies: Enabled
Host Authority: Disabled

Rule1 Object:
-------------
Rule Type: Text Search and Replace
Search: efinanceplus.example-cloud.com
Replace: wnefinanceplus.example-cloud.com

Rule2 Object:
-------------
Rule Type: Text Search and Replace
Search: http://
Replace: https://

SSO Form Object:
----------------
Form Type: Client
Form Name/ID: aspnetForm
Form Trigger: /gas2.50/wa/r/plus/finplus51
Script:
var u = document.getElementById( "ge93" );
var p = document.getElementById( "ge105" );

u.focus();
u.value = "USERNAMEVARIABLE";
u.setAttribute( "data-g-value", u.value );

var evt = document.createEvent("HTMLEvents");
evt.initEvent("input", false, true);
u.dispatchEvent(evt);

p.focus();
p.value = "PASSWORDVARIABLE";
p.setAttribute( "data-g-value", p.value );

var evt2 = document.createEvent("HTMLEvents");
evt2.initEvent("input", false, true);
p.dispatchEvent(evt2);

setTimeout( "document.getElementById('ge138').click();", 2000 );
Form Method: Post
 
Notes

- replace USERNAMEVARIABLE and PASSWORDVARIABLE with their corresponding variables.