Securing microservices under 40 minutes with MicroProfile & Keycloak!
Published on 21 Jul 2023

Implementing the correct security patterns is a common challenge that most application developers and consultants can get wrong in even the most common of scenarios. Reinventing the wheel is a common pattern that DevOps engineers do when integrating security solutions inside their applications (authentication, password validation, identity management, correct storage of user data, etc.). Keycloak is an open-source identity management solution that focuses on offloading this burden from DevOps engineers, allowing them to focus on the business aspects of their applications and simplifying their solutions in the long run.
This talk (see below!) from Fabio Turizo, Senior Engineer at Payara, will focus on the benefits of using such a service with an enterprise application, with a live demonstration of a small application that uses the Eclipse MicroProfile APIs to correctly integrate it with Keycloak by way of the OpenIDConnect standards.
Related Posts
What Is a Java Application Server? A Short Guide
Published on 29 Aug 2025
by Stallone Anandan
0 Comments
How to Kickstart Your Jakarta EE 11 Projects with Payara Starter
Published on 22 Aug 2025
by Gaurav Gupta
0 Comments
With Jakarta EE 11 now officially released, you are likely eager to explore its new capabilities but setting up your first application may take longer than you want. That’s where the latest version of Payara Starter steps in, giving you a fast, ...