Skip to content

guide authentication quarkus

devonfw-core edited this page Dec 8, 2022 · 5 revisions
Table of Contents
Warning
Hey there! Seems like you are still using the documentation of our legacy Java repository. Since it won’t be maintained anymore, we recommend you to checkout the new Java page here.

Quarkus Authentication

Quarkus supports different authentication mechanisms through different extensions. For example:

For mix authentication, see here.

For further details see Quarkus - Security architecture and guides. Quarkus also provides a compatibility layer for Spring Security in the form of the spring-security extension.

Clone this wiki locally