Skip to content

Authentication type Digest is not defined correctlyΒ #1044

@ricardozanini

Description

@ricardozanini

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

area: specChanges in the Specificationchange: breakingA breaking change that will impact in a major version change.type: bug

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions