1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-24 04:04:31 +00:00

Added blurb on randomized strings for Realm, Username, Password, Entity Body.

This commit is contained in:
Bryan Roe
2022-07-06 23:57:07 -07:00
parent a15d15cb1b
commit 7b95f08983

View File

@@ -73,7 +73,8 @@ One of the more vital user interactions with the Mesh Agent, is clipboard manipu
string to the agent to set to the clipboard. Then verify tha retrieved value from the clipboard exactly matches the value that was set.
**HTTP Digest Test:**
This test involves testing the different authentication modes of HTTP Digest, which is a core infrastructure piece used by the agent. The 3 different authentication modes are:
This test involves testing the different authentication modes of HTTP Digest, which is a core infrastructure piece used by the agent.
Each of these tests will utilize a variable length randomized string for the Realm, username, password, and entity body. The 3 different authentication modes are:
- Basic: This will test the basic digest method, to validate successful authentication.
- auth: This will test that the client can negotiate quality of protection, and select and use auth correctly.
- auth-int: This will present all modes to the agent as being available, and will verify that the agent will correctly select anduse the most stringent mode.