Disable specific authentification flows in Swagger UI
I am developing a quarkus application that uses a keycloak as oidc provider which works fine.
I also set up an swagger-ui page in which one can authenticate to use endpoints that require authorization.
My problem is now that quarkus, in its default configuration, shows EVERY auth flow.