<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Configure Connectwise Using OpenID Connect
API Access Management
Okta Classic Engine
Overview

This article is a brief explanation of integrating ConnectWise using OAuth as a custom integration in Okta.

Applies To
  • OpenID Connect/OAuth 2.0
  • ConnectWise
  • Okta Classic Engine
Solution

ConnectWise configuration requires the following information from Okta: Client ID and Authority URL.

ConnectWise

  1. The Client ID comes from the OpenID Connect application created within Okta for the integration (found on the General settings tab for the application).
  2. The Authority URL is simply the Okta domain URL, https://{{org}}.okta.com.
  3. ConnectWise will generate a Redirect URI that needs to be configured on the Okta side in order to have users authorized successfully. This is done on the General settings tab for the application. Simply take the value they generate and add it as a Login redirect URI.
  4. ConnectWise uses the Implicit OpenID Connect flow for Authorization, thus, the application configured within Okta will need to have Implicit enabled as an Allowed Grant Type:

General app

General Settings

 

NOTE: The application is configured as a custom OpenID Connect / OAuth application in Okta.
The documentation is provided by the vendor and is subject to changes for different versions of the product.
If authentication errors are received after configuring the application, please engage ConnectWise support.
 
Loading
Configure Connectwise Using OpenID Connect