Skip to main content

Authentication Configurations

Authentication configurations are used to authenticate with external services.

Configurations

PropertyDescriptionRequiredDefault
NameThe name of the authentication configuration.Yes
Authentication TypeThe type of authentication to be used.Yes
UsernameThe username to be used for authentication.Yes, if basic_auth is selected in Authentication Type
PasswordThe password to be used for authentication.Yes, if basic_auth is selected in Authentication Type
Header NameThe name of the header to be used for authentication.Yes, if header_auth is selected in Authentication Type
Header ValueThe value of the header to be used for authentication.Yes, if header_auth is selected in Authentication Type