How to Fix Keycloak Logout Issue With Spring Cloud Gateway - Part 3

preview_player
Показать описание
In this video we will be looking at how we solve the Keycloak logout issue with Spring Cloud Gateway Application.

We will be using OAuth2 OpenId Connect (OIDC) mechanism to authenticate the user and then trigger a logout to log out the user the from the spring session as well as the Keycloak session.

-----------------
Gear I use :
-----------------

---- Chapters ---------

00:00 - Introduction
00:33 - Project Overview
01:11 - Keycloak Docker Compose
02:00 - Starting Application
03:39 - Logout Issue
04:12 - Fixing Logout Issue
06:02 - Restarting Application With The Fix
06:10 - Re-testing the Issue
07:20 - Overall Setup Information
07:41 - Conclusion

Music Credits:-

Sappheiros - Affection
----------------------------
Social Media
--------------------------------------------------
Рекомендации по теме
Комментарии
Автор

How can I remove those spring security default pages? Moving to Spring ouath2 client is the biggest pain in the ass with ui integration and everything.

iHelperRo
Автор

hey, cool video series. I can ask you to record the 4th series, which will be about how to synchronize users registered via keycloak with users who are in the database of our application.(Keycloak Synch Registered users into local db)

TheLordGamesTv
Автор

Hi please how can i reach you i need some help and clarification on this tutorial i am trying to implement it with also react front end and it is not working

marypaul
Автор

what happens when someone directly logout in keycloak not over spring app ? Could you explain how to validate if sesion still exists in keycloak ?

filipujcik
Автор

Excelent Work, now it geive me this error: invalid redirect uri

Zero
Автор

The background sound annoys me. Please exclude it in your next video

adilmuhammad
Автор

i have no idea why until now whn i hit localhost:9090/product i get this Whitelabel Error Page
This application has no configured error view, so you are seeing this as a fallback.

Tue Dec 20 17:42:05 CET 2022
[f38b0f27-21] There was an unexpected error (type=Not Found, status=404).

marypaul