Enable the HTTP Basic authentication for your Quarkus project and allow users to authenticate with a username and password.
Prerequisites
-
You have installed at least one extension that provides an
IdentityProvider
based on username and password, such as Elytron JDBC.-
Enable Basic authentication by setting the value of
quarkus.http.auth.basic
property totrue
.quarkus.http.auth.basic=true
-
For a Basic authentication configuration walk-through that uses JPA
, see the Getting Started With Security guide.