Skip to content

Instantly share code, notes, and snippets.

@rajeevshukla
Created May 1, 2020 04:47
Show Gist options
  • Save rajeevshukla/cc904c3d5388dd618a20eac58bddaeb0 to your computer and use it in GitHub Desktop.
Save rajeevshukla/cc904c3d5388dd618a20eac58bddaeb0 to your computer and use it in GitHub Desktop.
Application Property configuration
spring:
security:
oauth2:
client:
registration:
facebook:
client-id: <facebook client Id>
client-secret: <facebook secret Id>
scope:
- email
- public_profile
mvc:
view:
prefix: WEB-INF/jsp/
suffix: .jsp
application:
name: Oauth2-Facebook-Login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment