Build basic authentication
Basic authentication is a simple username and password scheme built into the HTTP protocol.
To add basic authentication:
-
Click the Overview tab.
-
Click Set up authentication.
-
In the Authentication dialog, select Basic from the Auth Type dropdown list.
-
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 additional information from the connector user that might be necessary for authentication, such as their instance or subdomain. These fields are presented to the user when they first create a connection and are required. Label: The name for the parameter that is shown on the New Connection dialog when setting up the connector. Key: Text value in the key-value pairing that the service uses. For example, api_key, application_key, or authentication. Type: You can select three different field types:
|
Config Values (Optional) |
Other configuration values may be needed to define how a user authenticates to your connector. Click Add Config Value. Label: The name for the configuration value that is shown on the New Connection dialog when setting up the connector. Definition: Indicate whether this field is populated with a static value or a value from a helper flow.
Type: You can select two different field types:
The Visible toggle determines whether the configuration value appears in the authentication dialog for the connector. |
Next steps
After you create this authentication method, you need to create an httpHelper flow to manage calls through the authentication method. See Build an httpHelper flow.