OAuth2 Practical Demo with SpringBoot & GitHub

preview_player
Показать описание
Hello Everyone,

Welcome to Tech Learnings!

Today, we're going to create a simple Spring Boot Web application that will act as a client application for us, and then we would log in via GitHub to our application. In this demo, we're relying on GitHub authentication and taking the help of OAuth2 to redirect users to the GitHub login screen (in case the user is not already logged in) and then requesting authorization to access the profile information of the user. Thus the resource, in this case, is GitHub's profile information which we're trying to gain access to.

Hope you'll be able to understand everything explained! There are a bunch of articles, already published at the website explaining OAuth; please go through them for better understanding.

You may stay updated with website and other social platforms as well:

If you liked the video or learned something new, please do give a thumbs up and don't forget to share, subscribe or comment!

Stay subscribed, let's keep learning together, see you soon :)
Рекомендации по теме
Комментарии
Автор

How can we test the same using postman?

vishalnamdeo
Автор

Thanks for your video, it has clear explanation.

sefacihangir
Автор

How can we get client ID and client Secret for Dynamic user?
We can not use static because we are not going to create for only one user,
can you please help me on this.

playwithknight
welcome to shbcf.ru