Build basic authentication
Basic authentication is a simple username and password scheme built into the HTTP protocol. Workflows sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64 encoded string of username:password
.
To add basic authentication:
-
Click the Overview tab.
-
Click Set up authentication.
-
From the Authentication dialog, in the Auth Type dropdown, select Basic.
-
Update the fields for basic authentication.
Field | Definition |
---|---|
Credentials | |
Username | Your preferred label for the username field. You might want to change the label if a service uses basic authentication but requests different information from the user. |
Password | Your preferred label for the password field. |
Parameters (Optional) |
Parameters allow you to collect any additional information from the connector user that may be necessary for authentication, such as instance or subdomain. These fields will be presented to the user when they first create a connection and will be required.
Label: Display name that shows on the New Connection dialog during connector set up. Key: Text value in the key-value pairing that is used by the service. For example, Type: Three different field types are available.
|
Config Values (Optional) |
Additional configuration values may be needed to define how a user authenticates to your connector. You can added such values in this section. Label: Display name for the configuration value that shows on the New Connection dialog during connector set up. Definition: Indicate whether this field will be populated with a static value or a value from a helper flow.
Type: Two different field types are available.
The Visible toggle determines whether the configuration value will appear in the authentication dialog for the connector. |