-
Notifications
You must be signed in to change notification settings - Fork 166
Description
I tried this:
DigestAuthentication is defined in a structure expecting Username and Password, whereas to implement it properly, a given implementation would need more information in the data structure.a given implementation would need more information in the data structure to implement it properly
This happened:
The DigestAuthentication schema is missing information based on the actual authentication mechanism.
I expected this:
See the expected structure in this article: https://en.wikipedia.org/wiki/Digest_access_authentication
Is there a workaround?
No, the workflow should use another auth mechanism or the implementation could use the username and password to hash the data, but some servers might not accept just that.,
Anything else?
See in context: https://cloud-native.slack.com/archives/CMBAZQSEP/p1736190005188659.
Area(s)
Schema
Community Notes
- Please vote by adding a π reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.name: Bug Report π
Metadata
Metadata
Assignees
Labels
Type
Projects
Status