Skip to content

Instantly share code, notes, and snippets.

@rj93
Created January 24, 2021 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rj93/fc471f32a77e063277bd05e07687ed19 to your computer and use it in GitHub Desktop.
Save rj93/fc471f32a77e063277bd05e07687ed19 to your computer and use it in GitHub Desktop.
Spring Boot Configuration for Google OAuth 2.0
spring:
security:
oauth2:
client:
registration:
google:
client-id: googleIssuedId
client-secret: googleIssuedSecret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment