2 Comments
User's avatar
Nicolas Duminil's avatar

Thanks for sharing Markus. One of the issues that developpers have when using OpenAPI extensions are related to the JWT management with Swagger. In the old times, Spring REST services used to use the Springfox implémentation of the Swagger 2 specs which provided support for several authentification / authorization mechanisms, including OAuth 2.0. What about OpenAP extension for SwaggerI and Quarkus ? Do they support OAuth 2.0, JWT, etc. ?

Expand full comment
Markus Eisele's avatar

Hi Nicolas,

They do. You can define @SecuritySchemes or configure the appropriate application.properties. Take a look here:https://quarkus.io/guides/openapi-swaggerui#configuration-reference

Expand full comment