Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse OAS3 HTTP-Auth schemes case-insensitively
According to the authors of the OAI spec [1] schemes are case-insensitive. Even if they were not, the current checks against lowercase versions of scheme names do not match the IANA registry's canonical versions [2] which are "Basic" and "Bearer". [1] OAI/OpenAPI-Specification#1880 (comment) [2] https://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml#table-authschemes
- Loading branch information