dasniko / quarkus-keycloak

Demos on how to secure a Quarkus service/app with proper Keycloak authentication & doing tests with Testcontainers-Keycloak project.
MIT License
19 stars 7 forks source link

Quarkus & Keycloak

Securing your service with proper authentication

This is the corresponding repository to my YouTube videos about securing a Quarkus service/app with proper authentication with the help of Keycloak.

Most basic configuration/implementation with Bearer-only token for REST endpoints

Proper Integration Testing with testcontainers-keycloak

https://github.com/dasniko/testcontainers-keycloak