# How to Use the Azure Active Directory Authentication for MVC / Razor Page Applications
> This document has a newer version: https://community.abp.io/posts/how-to-use-the-azure-active-directory-authentication-for-mvc-razor-page-applications-4603b9cf
This guide demonstrates how to integrate AzureAD to an ABP application that enables users to sign in using OAuth 2.0 with credentials from **Azure Active Directory**.
Adding Azure Active Directory is pretty straightforward in ABP framework. Couple of configurations needs to be done correctly.
@ -198,4 +201,4 @@ You can find the source code of the completed example [here](https://github.com/
## See Also
* [How to Customize the Login Page for MVC / Razor Page Applications](Customize-Login-Page-MVC.md).
* [How to Customize the SignIn Manager for ABP Applications](Customize-SignIn-Manager.md).
* [How to Customize the SignIn Manager for ABP Applications](Customize-SignIn-Manager.md).