Application NameSalesforce
PublisherSalesforce
Date Entered08/18/2010
Date Modified02/21/2011
webNetwork Version
Delivery MethodVirtual Server
ConfigurationHost Object
-----------
Host Address : login.salesforce.com
Host Port : 443


Web Application Object
----------------------
Web App Type : https virtual server
Virtual DNS Name : wnsalesforce.example-cloud.com
Startup URL : /
Internal Servers Require SSL : true
Secure by IP Address : false
Host Authority :
HTTP Headers :
Rewrite Browser Cookies : True

Single Sign On
--------------
Authenticate Type : Form
Form Type : Client
Form Name : login
Form Trigger : /
Form Action :
Script :
document.forms[0].onsubmit();
document.forms[0].submit();

Form Method : Post
Form Inputs :
username:@@enc:sfusername@@
pw:@@enc:sfpass@@
 
Notes

This will use webnetwork to SSO to SalesForce but then the user will talk directly to the salesforce server.

If you need to have it tunnel through the portal, then you will need a
Rule
Tag: form
Attribute : action
Search : https://na2.salesformce.com
Replace : https://wnsalesforce.company.com

Also add a location header for
$Location:https://na2.salesforce.com~https://wnsalesforce.company.com

Set the host object to use na2.salesforce.com