Keycloak OAuth 2 & OpenID with Spring Boot 3 and React Vite – Step-by-Step Guide

Опубликовано: 03 Март 2025
на канале: Codeching
342
12

In this tutorial I’ll show you that how you can integrate the Keycloak authentication provider (using Oauth 2.0 and OpenID) with a Spring boot 3 java back-end and a React (Vite) front-end application step by step. We’ll use the Spring Security framework on the back-end side to secure our REST API endpoint.

You can find the text-based tutorial here:   / integrate-keycloak-oauth-2-0  

00:00 - Intro
01:21 - Keycloak installation and settings
09:44 - Creating the front-end application
20:14 - Creating the back-end application
31:54 - Try out the working full-stack application

#springboot #keycloak #springsecurity #react