creator-assertions / identity-assertion

Creator Assertions Working Group :: Identity Assertion
https://creator-assertions.github.io/identity/
Other
6 stars 7 forks source link

Add guidance regarding parsing and validation errors #116

Closed scouten-adobe closed 2 months ago

scouten-adobe commented 4 months ago

Resolve TO DO issue in §9.3.3, “Parsing and validation errors,” of upcoming trust model PR (#99) regarding parsing and validation errors.

puhley commented 3 months ago

The one thing that I would say about the parsing/validation pull request is that it is true that we can't tell people specifically what to do for their implementation. However, we can make their lives less difficult. A lot of specs try to be "flexible" by allowing as much as possible. This ultimately backfires because there is no way to validate free form text fields. When issues arise, it is hard to retrofit restrictive rules on freeform text fields because you break content and you can't put the genie back in the bottle. Therefore, we need to try to be specific in the early days and slowly open up as we get specific feature requests that require more flexibility.

scouten-adobe commented 2 months ago

Closed by #127.