Posted on: 10/13/2014 9:33:30 PM | Views : 614

I went through this tutorial http://www.asp.net/mvc/tutorials/mvc-5/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on to enable external log in. When I go to Log In using Google I get a 401 error, error: invalid_client, no application name.
I have SSL enabled with the SSL URL https://localhost:44300/, URL is http://localhost:52787/, and Project URL is https://localhost:44300/. I created a Google Dev Project with REDIRECT URIS https://localhost:44300/signin-google and JAVASCRIPT ORIGINS https://localhost:44300. I copy pasted the ClientID (ex. xxxxxxxx ...

Go to the complete details ...