LoginWithToken Command - Custom Integration

Exciting news! Our ConnectBooster Support documentation is moving to a new location. Be sure to bookmark the new link below.

https://help.cb.kaseya.com/help/Content/0-HOME/Home.htm

LoginWithToken Command

Use this command to allow another application to authenticate a ConnectBooster user and login into the ConnectBooster portal without having to enter credentials. 

Configuration:

Contact ConnectBooster Support for a Custom Integration using the LoginWithToken Command.

1. Add Command "LoginWithToken"


2. Select Post or Get for the Method type.  Modify the URL to the address of the application authentication service.  Select Save.



authToken

A onetime use token that we’ll post back to your server to validate the token.

This would be in used in conjunction with the above Custom Integration “LoginWithToken” command. This method builds an HTTP request to send the authToken to your servers. You can then respond with a JSON Response string containing either the ContactId (from ConnectWise) or the ContactEmail and that user will be automatically logged in.


The Custom Integration "LoginWithToken" ability can also be combined with a portal iframe.

https://exampleportal.connectboosterportal.com/authentication/login?authToken=test&noChrome=true