From the course: ASP.NET MVC 5 Identity: Authentication and Authorization

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Microsoft authentication

Microsoft authentication

From the course: ASP.NET MVC 5 Identity: Authentication and Authorization

Start my 1-month free trial

Microsoft authentication

- [Instructor] To implement Microsoft authentication, in an ASP.NET MVC 5 application, you need to first create the Microsoft dev. For that, navigate to apps.dev.Microsoft.com. In here, enter your credentials to log into your account. On the top right of this view, click the Add an app button, and next, provide a name for your application. Click the Create button for the application to be created. So here we see that once the application is created, we get an application ID. But we can integrate it with a mobile app, with a web app, et cetera. So for that, let us go to the Add Platform button and click it. Since we are creating an ASP.NET MVC 5 web application, we need to click the first option, Web. The down here, for that, let us go back to our ASP.NET MVC application and get the URL. On the Solution Explorer, select your project and press F4. Copy the URL and go back to your Microsoft application. Paste it in here and at the end, add signin-microsoft. Then next, click the Save…

Contents