Steps
- Change connection string from appsetting.json file i.e replace server name, user id and passsword
- Open package manager console(Tools/Nuget Package Manager/Package Manager Console)
- Run "update-database" command
- Now get client id and client secret from google and facebook. Note: Redirect Uri must be https://localhost:5001/signin-google for google and https://localhost:5001/signin-facebook for facebook
- Replace client id and client secret in appsetting.json
- Run application click on signin
- Choose method google or facebook
- Thanks