Add security to a Quarkus application using Red Hat's SSO

2 · Red Hat · April 21, 2022, 7:23 a.m.
Quarkus applications, like many other Java applications in use today, run on the network and require user authentication. If you are developing a Quarkus application that will run on a Red Hat OpenShift or Red Hat Enterprise Linux platform, you can add security quickly and easily through Red Hat's single sign-on (SSO) technology. This article takes you through the steps, with an example Quarkus application deployed on Red Hat Enterprise Linux. Create a Quarkus project The procedure in this artic...