Spring Boot 3 Security - Oauth2 - Spring OAuth2 Client

preview_player
Показать описание
Spring Boot 3.0.0 Tutorial - Security - Oauth2

Part 03
Spring OAuth2 Client

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

Hi Willy,
It would be great if you could create a video on webclient with oauth2.That will make the entire videos well connected.. Thanks for the great lessons

rajeevjayaram
Автор

Hello! Nice video ! i can say that it fixed some problems of mine but i don't understand exactly why . So, first thing, why are there some locations in the code where you use 127.0.0.1 and why are some other locations in which you use localhost, for example the issue-uri . Btw, for me accesing the browser with localhost won't work, i have to use 127.0.0.1 . I'm using Chrome .

neroliciousable
Автор

Thanks for the tutorials. I have a question: I've tried to replace 127.0.0.1 to localhost for the redirect URI, but it didn't work for this and other tutorial steps. Is there any particular reason for localhost not working on redirect URI? Is it possible to use host name locally instead of ip? Thank you very much!

acenelio
Автор

Hi WIlly! Can you explain such a case: Auth Client has RestController with @PostMapping("/login") method, which get @RequestBody How configure SecurityConfig without login page on AuthService?

mhkixco
Автор

Why does only 127.0.01 work as the redirect and not localhost? This confused me.

johnedwards
Автор

Hi Willy!!! I am with the error I have alread downloaded your project and it is working well. My version is almost identical, but with some small ajustmente to run in production. I have already compared every single line of code but could not see. Have you ever seen this error before?

lucianosilva
Автор

Hello,
when I run OauthClient I get this error Caused by: Unknown provider ID 'spring'

Have you a solution please

naoufelbensalem