HTTP Basic Authentication
HTTP Basic Authentication
HTTP authentication provides a general framework for access control and authentication in web-based applications. HTTP Basic authentication provides a username and password to authenticate with the target.
Use HTTP Basic Authentication account keys with File Operations and Web Service workflow activities and HTTP Endpoint targets.
- In the left navigation menu, click Automation > Account Keys.
- Click New Account Key.
- From the Account Key Type drop-down list, choose HTTP Basic Authentication.
- Enter a unique display name for the account key in the Display Name field and a brief description in the Description field.
- In the Credentials area, specify the following:
- Username - Enter the HTTP username.
- Password - Enter the appropriate password. Click the eye icon to display or hide the characters.
- Authentication Option - Click the drop-down menu and choose the appropriate option:
- Basic - This option allows usernames and passwords to be sent in clear text. This is the least secure option.
- Digest - This option uses a challenge-response method to deliver the username and password. This option is more secure than the Basic option but is still not very secure.
- NTLM - This option offers a more secure challenge-response method than the Digest option.
- Click Save.