Skip to content

guide authentication quarkus

devonfw-core edited this page Dec 13, 2022 · 5 revisions
Table of Contents

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