There is a video that shows how to set up Social-login with Turnkey available here. There are a few additional pieces of information you may need to get the google login to work.
#1 In the https://console.developers.google.com you must enable the Google+ api – this is not added by default.
#2 These are the values you should use on Redirect URI and Javascript origin:
Redirect URIs
- https://<YOUR TURNKEY APP NAME>.azurewebsites.net/signin-google
JavaScript origins
- https://<YOUR TURNKEY APP NAME>..azurewebsites.net
One Response to Social login – Turnkey