Skip to content

chandra-prakash-reddy/Google-SSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-SSO Build Status

single sign on for google authentication

PreRequisites

configuration

  • open src/main/resources/application.properties
  • generate client_id and secret_id here https://console.developers.google.com/apis/dashboard
  • provide property spring.security.oauth2.client.registration.google.client-id
  • provide property spring.security.oauth2.client.registration.google.client-secret

Run

  • move to project root directory
  • run mvn verify
  • run java -jar target/.jar --server.port=<port>
    • example: java -jar target/*.jar --server.port=7878

Demo

  • open http(s)://<host>:<port> in web browser
  • sign in page will be available for login

References

Releases

No releases published

Packages

No packages published