configSchema.
Common choices include an API key, bearer token, OAuth application, service
account, or machine-to-machine credential. The available choices come from the
Provider Plugin rather than from a global list exposed to the caller.
Inspect a strategy
An entry insupportedAuthStrategies provides:
Handle secrets
Supply secrets only throughauthenticationConfig. Secret fields are stored
outside ordinary API records and are not returned later. Responses may include
safe, non-secret configuration or masked values, but callers must retain the
original secret if they need it elsewhere.
Validate and refresh credentials
POST /api/connectors/validatechecks credentials without saving a connection.POST /api/connectors/configurereplaces saved credentials or other connection configuration.POST /api/connectors/connector-oauth-startbegins a browser OAuth flow.POST /api/connectors/connector-oauth-completecompletes that flow.GET /api/vendors/tenant-connector-credential-detailreturns safe error detail for a connection in a credential-error state.