Spring Boot 3 Tutorial Security - OAuth 2.0 Multi-tenancy

preview_player
Показать описание
Spring Boot 3.0.0 Tutorial - Security - OAuth 2.0 Multi-tenancy

Part 12
Two Spring Authorization Server.
Two Spring Resource Server.
One Spring OAuth2 Client.
Communicate with each other.

© 2022 Willy De Keyser, All Rights Reserved.
Рекомендации по теме
Комментарии
Автор

this video broad my eyes. Thank you so much.

LyTu-xwod
Автор

Hi Willy, for my application, I need to have multiple security configurations i.e one way the resources will be accessible through Postman with OAuth2 authentication and another way is LDAP authentication when user logs in through UI. Both my configurations work fine separately but /oauth2/authorize endpoint does not work when ran together. Would be great if you have any pointers on this?

purva
Автор

Hello Willy, thanks for this video. I noticed you have switched off PCKE on AuthServe01. Is there any reason to that?

lucianosilva
Автор

Hi Willy, I tried to do an endpoint as /welcome..but it is is always going to / endpoint in the resource server and welcome client . Could you please let me know why this is happening. the url gets truncated as follows 127.0.0.1:8080. I tried 127.0.0.1:8080/welcome, but it always getting redirected to redirected to 127.0.0:8080. After successull login then i retype the url with /welcome. it gets redirected to the /welcome controller in the client andclient invoke resource server correctly. but my question is why user enters the credential it is always going to / in controller The content is simply great...great work

rajeevjayaram