Application NameSpiceworks
PublisherSpiceworks
Date Entered01/05/2012
Date Modified
webNetwork Version 6.0.8.0
Delivery MethodVirtual server
ConfigurationHost Address : spiceworks.example-cloud.com
Host Port : 443

Web App Type : Virtual
Virtual DNS Name : wnspiceworks.example-cloud.com
Startup URL : /portal?portal=y

Rewrite Browser Cookies : On
Internal Server Requires SSL : On

Form Type : Client
Form Trigger : /portal\?portal=y

Script :
var s=document.createElement('input');
s.type='hidden';
s.name='commit';s.value='Login';
document.forms[0].appendChild( s );
document.forms[0].submit();

Form Inputs:
email:@@enc:spiceworksuserid@@
password:@@enc:spiceworkspass@@
 
Notes

**SSO to Spiceworks requires webNetwork 6.0.8.0 or higher.

When logging out of Spiceworks, the user's browser is redirected back to the same URL we trigger for the SSO. Thus you need to use the "?portal=y" parameter on the Startup URL and Form Trigger as listed in the configuration to prevent the user from being immediatly signed back into Spiceworks.