Skip to main content
Panther Knowledge Base

Error when connecting Okta SCIM to Panther: Bad Gateway, connector configuration could not be tested

Issue

When trying to setup the Okta SCIM provisioning to Panther, I tried to test the connector in Okta and saw an error like the following:

 

Error authenticating: Bad Gateway. Errors reported by remote server:
The connector configuration could not be tested. Make sure that the URL, Authentication Parameters are correct and that there is an implementation available at the URL provided.

Resolution

To resolve this issue:

  1. Double check that the details listed in this documentation are all entered correctly and without typos.
  2. Also, check the configuration of the Okta App used to connect to Panther via SSO, and make sure the attribute statements are all included as documented here. These will include attributes such as:

 

  • Name: PantherEmail, Value: user.email
  • Name: PantherFirstName, Value: user.firstName
  • Name: PantherLastName, Value: user.lastName

Cause

This issue occurs when any of the configuration pieces required by the SSO system are missing or mis-typed.