Connector Auth Validation
The automatic Connector Auth validation feature automatically checks whether the credentials for a Connector Auth are correct or not during the creation of a it.
Last updated
Was this helpful?
The automatic Connector Auth validation feature automatically checks whether the credentials for a Connector Auth are correct or not during the creation of a it.
Last updated
Was this helpful?
The automatic Connector Auth validation feature automatically checks whether the credentials for a Connector Auth are correct or not during the creation of a it:
The user can view the error message returned by the API, update the credentials and try again, or choose to save the Connector Auth despite the error by clicking the Save Regardless button.
To enable this functionality, the endpoint must be specified in the Authentication Configuration of the corresponding connector.
In the Authentication Configuration, a new field called test_endpoint
needs to be added, which specifies the endpoint.
This endpoint is the same as in a regular action, so the base domain should not be specified.
This (currently) needs to be a GET
endpoint to keep the configuration as simple as possible and to prevent accidental creation of anything in the customer’s account.
When the user adds a connector auth, we send a request to that endpoint with the user’s credentials and, if specified, their base domain.