Skip to content

Demo of Simple Single Sign-On(SSO) in OAuth2.0

License

Notifications You must be signed in to change notification settings

dhvakr/SSO-With-Oauth2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSO Implementation with Oauth2.O

License: MIT made-with-java JDK No Maintenance Intended

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

To Get Started :

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 🫰🏼

To-Add your Recipe :

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


REMEMBER :

  • 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 the application.yml
  • Good to go 💙

Contact :

Twitter : @dhvakr

Feel free to provide ur feedback of my code, Thank you