[OpenAPI] @SecurityScheme attribute securitySchemeName not taken into account when using HTTP/Basic auth #40265
FlowerInTheRain
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
As I've been learning Quarkus and starting to get a hand at the extensions, I noticed a small (and not really impactful bug). The securitySchemeName property is not used at all when generating the schema for HTTP type authentication
Environment :
Java 17
Intellij ultimate
Maven 3.9.6
Quarkus 3.9.4
SmallRye OpenApi 3.8.3
Resources :
It seems that it can't map the declared security scheme to it's name and type when using JWT. I'm still investigating where exactly the AutoBearerTokenFilter is being called from to provide more informations on a possible fix.
Beta Was this translation helpful? Give feedback.
All reactions