How to implement OAuth2 Login Using (Single Sign-On) Google — Part 1
Rohan Ravindra Kadam
Posted on November 17, 2021
OAuth2 Google
Hello 👋All, Its Rohan Kadam😊,
Today authentication is the backbone of any application we develop. Providing security is of utmost importance for any application. So, to achieve this, today we are going to learn authentication (OAuth2 ) using Google.
Tech stack:- Java, Spring Boot
⚡Step 1:- Login to https://console.cloud.google.com using your Gmail account.
⚡Step 2:- Create New Project For Google Cloud Console.
⚡Step 3:- Click On API & Service from Google Cloud Console.
⚡Step 4:- Click on Create Credentials & Select OAuth Client Id.
⚡Step 5:- On Successful Creation on Oauth Client Id.
⚡Step 6:- Finally On Successful Creation, you will be able to access the credentials.
Client Id
Client Secret
Redirect Uri
⚡Step 7:- We will look into the Code for implementing OAuth in the next part.
**Google Oauth Login Using Spring Boot Code**
How to implement OAuth Login using Google &Java(Spring Boot) — Part 2
⚡Conclusion:-
In the article, we tried to answer many questions related to OAuth Login or also called SSO(Single Sign-On) and how to create a setup for the same on google cloud console. Google SSO features are widely been used by many companies such as Medium, Hackerrank and etc.
Please do share and like if you find the article useful. Follow me on medium Rohan Ravindra Kadam and on Twitter at **rohankadam25**
Posted on November 17, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
October 17, 2024