Application NameGroupwise 2014
PublisherNovell
Date Entered12/23/2014
Date Modified
webNetwork Version 6.2.1.186
Delivery MethodVirtual server
ConfigurationHost Object:
------------
Host Address: webaccess.example-cloud.com
Host Port: 80

Web Application Object:
-----------------------
Virtual DNS name: swwebaccess.example-cloud.com
Startup URL: /gw/webacc?portallogin=normal
Rewrite Browser Cookies: Enable

Single Sign On:
---------------
Form Type: Client
Form Name: loginForm
Form Trigger: /gw/webacc
Script:
document.forms[0].onsubmit();
var f1=document.forms[0];
var f2=document.createElement('form');
f2.method=f1.method;
f2.action='/gw/webacc?submit=Login';
for(wni=0; wni < f1.elements.length; wni++ ) {
var wne = f1.elements[wni];
if ( wne.name != 'submit' ) {
var wnnewe = document.createElement('input');
wnnewe.type='hidden';
wnnewe.name=wne.name;
wnnewe.value=wne.value;
f2.appendChild(wnnewe);
}
}
document.body.appendChild( f2 );
f2.submit();
Form Method: Post
Form Inputs:
User.id=USERNAMEVARIABLE
User.password=PASSWORDVARIABLE
 
Notes

If host port is 443 then you will want to set "Internal Servers Require SSL: Enable".
If you experience any strange issues, try setting the webapp to open in a new native window.