-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: security scheme name starting with X-
not being added to SecuritySchemes map
#54
Comments
Another extension glitch I think, Will address ASAP. |
Security schemes with a `X-` prefix were being seen mistakenly as extensions, because the key name was automatically set to lowercase, before a check.
Security schemes with a `X-` prefix were being seen mistakenly as extensions, because the key name was automatically set to lowercase, before a check.
Resolved in |
Hello! Seems like this is fixed for I realize this is a slightly different bug than the one listed in this issue. Happy to make a new issue rather than reopening this one if that's helpful |
If a OpenAPI document defines a security scheme name starting with
X-
it is not showing up inmodel.Components.SecuritySchemes
for example:
X-API-Key
can't be foundThe text was updated successfully, but these errors were encountered: