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