Thanks for covering the latest in Security 🥳 Would be great to see the latest implementation for OAuth
@sriramsivakumar55674 ай бұрын
Can you make a video on how to connect my react app to the spring security login and other stuffs. please...😢
@seyhaphan73195 ай бұрын
I have implement spring security JWT and I want to limit user login from react app. how can to manage spring security session wih react app ? Thank you.
@patel55325 ай бұрын
Ig You should create a series about building production grade application with best practices in Spring boot. And introduce new topic by adding new features inside the app or refactor existing feature
@baltheon94875 ай бұрын
Agree
@rajnishmishra0015 ай бұрын
Agree
@andrean405 ай бұрын
Especially the an updated Spring Security
@sachin.tandon5 ай бұрын
Great video! I have a question. I currently have Angular, that has a login button. Clicking on it goes to a Spring BFF (OAuthClient) to the internal /authorization/registrationid url. That then automatically redirects to the Spring Auth server (also behind reverse proxy), that then loads the standard Auth Server login form. After logging in, successfully, the Auth Server then goes back to the OAuthClient (the BFF). That in turn redirects back to Angular (via the OAuth2RequestHandler), as the initial login click with Angular also sends as query parameters a post login success uri and failure uri. Everything sort of works. But instead of using the Auth Server login form template can I use Angular to send these through the BFF (OAuthClient) to the AuthServer? It is the BFF that stores tokens and keeps the session with Angular. The BFF has a token relay to a separate resource server (a stateless Rest API)
@jordijaspers2863Ай бұрын
How would that work with let’s say i have a dedicated frontend application in react. And would like to use spring security and it’s login.html.
@surya25575 ай бұрын
Bro yesterday I did the same process but I used jsp then it didn't work any idea why it didn't work?
@Goddess-x8b4 ай бұрын
Hi Dan, I am new with coding and wanted to say how helpful your videos has been. HOWEVER, I ran into an issue that I can't find a solution for. When I start a new spring application, I can't get the random generated password to show in the console. Can you tell me what could be wrong? I have added the OAuth2 Resource Server and Spring Security dependencies.