SAAS_CONNECTOR_YAML_CONFIG_SOURCE_AUTH_ERROR error condition
An error occurred in the SaaS connector source authenticator component.
JWT_SIGNING_FAILED
Failed to sign JWT token: <error>
MISSING_AUTH_TYPE
The 'type' field is missing from the authenticator configuration.
MISSING_REQUIRED_FIELD
Required field '<fieldName>' is missing for authenticator type '<authType>'.
SELECTION_PATH_NOT_FOUND
The authenticator selection path '<path>' was not found in the configuration.
UNKNOWN_AUTHENTICATOR_SELECTION
The authenticator '<selectedKey>' is not found. Available options: <availableKeys>.
UNSUPPORTED_AUTH_TYPE
Unsupported authenticator type: '<authType>'.
UNSUPPORTED_JWT_ALGORITHM
Unsupported JWT algorithm: '<algorithm>'.