Repo contains code of Sample implementation of SSO using java in Oauth 2.0
if you don't have an idea about SSO, Refer to sso-wiki
Just Head to application.yml
file and replace with your client credentials
In a nutshell for
login with google
google:
client-id: <your google client id>
client-secret: <your google client secret key>
and start a application and head to http://localhost:8080
to check how easy is to 🫰🏼
Fork a repo :
https://github.com/dhvakr/SSO-With-Oauth2.0/fork
This project is made for learning and to help others learning and not actively maintained. if found any bug in this code!? leave me alone and solve the bugs by yourself😐 refer No Maintenance Intended badge
- It tested with Google, Auth0, QlikVerify
- You can even add any Identity providers as your wish and modify in the
index.html
and client credentials to theapplication.yml
- Good to go 💙
Twitter :
@dhvakr
Feel free to provide ur feedback of my code, Thank you