Sebastien BlancBurr Sutter
March 2, 2018

Secure Spring Boot Microservices with Keycloak | DevNation Tech Talk

Although security and identity management is a crucial aspect for any application, its implementation can be difficult. Worse, it’s often neglected, poorly implemented, and intrusive in the code. Recently, identity management servers have appeared that allow one to outsource and delegate all aspects of authentication and authorization, such as https://auth0.com/. Of these servers, one of the most promising is Keycloak—open source, flexible, agnostic of any technology and is easily deployable and adaptable in its own infrastructure. 

In this session, we’ll discover KeyCloak progressively and in an interactive way:
No slides, just 100% live coding
Focused on the Spring Boot adapter provided by Keycloak
Showing how to combine Spring Security with Keycloak