Skip to main content
Feedback

OpenAPI (legacy) connector configuration values

The following configuration values can be defined during installation of the OpenAPI connector.

NameTypeRequired or optional?Description
Schema URLString The complete path (URL) to a valid OpenAPI document, written in YAML, describing all of the required information about the target service. This can be in the form of an HTTP:// or HTTPS:// address.
API KeyString The API key to use if API key based authentication is required.
OAuth2/OIDC: Client IdString The Client ID to use for OAuth 2.0 or OIDC based authentication.
OAuth2/OIDC: Client SecretString The Client Secret to use for OAuth 2.0 or OIDC based authentication.