keycloak

Secure spring boot application with keycloak

Vikas Ve2ma
This is the last blog of the series of securing spring boot application with keycloak. It is recommended to go through this first blog and second blog here. In last blog post of this series we saw how we can configure keycloak for our application. Now in this tutorial we will see how we can use keycloak with spring boot. Prerequisite Docker Keycloak Version Spring Boo: 1.5.17.RELEASE Java: 1.

Setup keycloak sercurity for spring boot application

Vikas Ve2ma
Setup Realm and clients in keycloak This blog is the second part of the series of security spring boot application with keycloak. In first part we install setup in keycloak with docker you can see first part here Version: Keycloak: 4.5.0.Final Pre-requisites Keycloak should be installed in the Create realm A realm secures and manages security metadata for a set of users, applications, and registered oauth clients. Users can be created within a specific realm within the Administration console.

Setup Keycloak with Docker

Vikas Ve2ma
Introduction of Keycloak Open Source Identity and Access Management For Modern Applications and Services. It add authentication to applications and secure services with minimum fuss. No need to deal with storing users or authenticating users. It’s all available out of the box. You’ll even get advanced features such as User Federation, Identity Brokering and Social Login. Prerequisites: Docker: Since we are using Docker to install Keycloak; it should be installed on your machine.