Posts tagged keycloak
Securing Jakarta EE Applications with MicroProfile JWT
Published on 20 Dec 2023
by Luqman Saeed
Topics:
Security,
MicroProfile,
Jakarta EE,
keycloak
|
0 Comments
Securing applications is a critical aspect of modern software development, ensuring that only authorised users can access sensitive functionalities and data. In the realm of Java enterprise development, one of the robust solutions for securing applications is the use of MicroProfile JWT (JSON Web Tokens). This approach combines the strengths of Jakarta EE, with the agility and portability of MicroProfile standards, particularly for microservices architectures.