Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save phc15/4cf9cdc13918fabda7cfd5cba061dee0 to your computer and use it in GitHub Desktop.
Save phc15/4cf9cdc13918fabda7cfd5cba061dee0 to your computer and use it in GitHub Desktop.
security:
oauth2:
client:
clientId: YOUR_CLIENT_ID
clientSecret: YOUR_CLIENT_SECRET
accessTokenUri: https://www.googleapis.com/oauth2/v4/token
userAuthorizationUri: https://accounts.google.com/o/oauth2/v2/auth
clientAuthenticationScheme: form
scope:
- openid
- email
- profile
resource:
userInfoUri: https://www.googleapis.com/oauth2/v3/userinfo
preferTokenInfo: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment