In previous tutorial, I have discussed how to create an application in ASP.NET MVC 5 that enables a user to login using Microsoft account. And now, in this tutorial, I will show you how to create an ASP.NET MVC 5 Authentication Application that enables a user to log in using OAuth 2.0 with some credentials from twitter account. [Read more…]
ASP.NET MVC Authentication using Microsoft Account?
In this tutorial, I will show you how to create an ASP.NET MVC 5 Application that enables a user to log in using OAuth 2.0 with some credentials from Microsoft Live. ASP.NET MVC Authentication with Microsoft Account is very helpful and useful to register an authenticated user. This is very easy to implement in ASP.NET MVC 5 application. [Read more…]