-
Given an openapi spec with two security schemas and an operation with a security requirment object of those two schemas, quarkus-openapi-generator generates an The problem here is How can we specify which security schema to use? For instance, I want to use basicAuth but the request filter fails because it cannot find OIDC configs. I couldn't find an answer going through this repository. Here is a spec as an example. With security schema definitions below.
And an operation with the below required security requirement object.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@ayhanap this seems to be a bug in the extension. |
Beta Was this translation helpful? Give feedback.
@ayhanap this seems to be a bug in the extension.
I filed an issue to track it.