KeyCloak in Spring Boot

This category collects my experiences with KeyCloak as an identity provider in conjunction with spring-boot and docker-compose.

Using KeyCloak on your local machine

Every project with more than one user must have some authentication and authorization. These days, there is a quite handy and easy to user solution for user management that comes in a project called [KeyCloak](https://www.keycloak.org/ “KeyCloak”). KeyCloak provides all necessary functionality like user registration, sign-in, and sign-in via Google, Facebook, and whatnot, all with support for modern standards like OICD.

Using KeyCloak on your local machine Read More »

Nach oben scrollen