Application NameConnectWise NA - webPass
PublisherConnectWise
Date Entered12/02/2015
Date Modified
webNetwork Version 6.3.1.115
Delivery MethodwebPass Client
ConfigurationwebPass
Standard Link : https://na.myconnectwise.net

Form type : webPass
Server side webPass : disabled
Startup URL : https://na.myconnectwise.net
Login URL : https://na.myconnectwise.net/
Trigger URL : https://na.myconnectwise.net/
Mobile Login URL :
Login Page Launch : enabled
Frame Identifier :
Form Identifier : loginForm
Button Identifier :
Form Inputs :

company= [enter value for company field here]
password= [variable]
username= [variable]

Script :

var inputs = document.getElementsByTagName( "input" );
for( i=0; i < inputs.length; i++ ) {
if( inputs[i].value ) {
if( inputs[i].value == "Login" ) {
inputs[i].click();
}
}
}

Modifier : None
 
Notes

webPass will prompt the user to enter their username and password. The company name will need to be hardcoded into the SSO form script.