Digest Authentication

Applies to ReadyAPI 3.51, last modified on March 21, 2024

About

Digest Authentication is similar to basic Authentication. The only difference is that when you use digest Authentication, the credentials are sent in an encrypted form.

Tip: ReadyAPI stores the Digest authorization profiles in the Authorization manager, so you can later apply them to other requests or test steps. Also, you can use such profiles to specify different authorization settings in various environments.

After adding a digest Authentication profile to a request, you can edit the settings.

Digest Authentication

Click the image to enlarge it.

Settings

Digest authentication uses the following settings:

  • Username – The username to be used for authentication.

  • Password – The password to be used for authentication.

  • Domain – Optional. The domain name to be used for authentication.

  • Pre-emptive auth – Specifies if ReadyAPI will wait until an authentication challenge is received to send the credentials. The parameter has the following options:

    • Use global preference – Use the settings defined in the HTTP Settings global preferences.

    • Authenticate pre-emptively – For this request only. Do not wait until an authentication challenge is received to send the credentials.

  • Incoming WSS – Optional. The Incoming WS-Security configuration to be used for decrypting and validating incoming SOAP responses.

  • Outgoing WSS – Optional. The Outgoing WS-Security configuration to be used for processing outgoing SOAP requests.

See Also

Authentication

Highlight search results