1

I am building rest services by Quarkus, I have some endpoints that are authenticated by keycloak, but some are authenticated by basic authentication. Can I do that in Quarkus ?

Thanks a lot.

Paul Samsotha
  • 205,037
  • 37
  • 486
  • 720
mret
  • 13
  • 4
  • According to the docs, you can do that, as long as you combine basic and keycloak's token authentication. https://quarkus.io/guides/security#combining-authentication-mechanisms – Omar Sahl Feb 03 '21 at 14:01

0 Answers0