Posted on: 12/18/2014 5:47:08 PM | Views : 508

I have been struggling with this for quite a while and I am no newbie. I use Visual Studio 2003 Professional to create ASP.NET MVC 5 web applications. In the application setup I enabled the Identity 2.0 functionality. I am able to perform all operations with a LOCAL account. Now, my site does not have an SSL certificate so my return URLs are not https.
My domain is configured so that I can enter mydomain.com/ or www.mydomain.com/ in the URL. I am not (obviously) created the apps using "mydomain.com" textually. In this post all ocurrences of mydomain.com should be read as my own domain where I have my web application and that I have configured in the apps.
I need functionality to accept logins from Google, Facebook, Twitter, Microsoft and LinkedIn. I proceeded to register as a developer in all those sites. I created the apps and configured them to use Go to the complete details ...