my requirement is that **i want to allow users to login sites using Google, Facebook and Twitter account too** .I already have register screen where user can enter his details and that details I saved in Database .
I have doubt How can I allow users to login sites using Google, Facebook and Twitter account too and what information I need to save in db so i can save user choices orders etc. so when next login I can show these order to user .
Technology I am using
**MVC4**
Jquery
WEB API
I successfully did for Facebook but google/Yahoo need to secure connection (SSL) so i set application SSL Property True , copy then paste SSL Url to web setting under iis , on controller set requirehttps attribute .
after doing all this i am getting error [ssl not trusted error][1]
can you guide me while doing devlopment how i can set ssl for my application
I am doing all thing expect azure things in below url
https://azure.microsoft.com/en-in/documentation/articles/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database/