Update Azure-Active-Directory-Authentication-MVC.md

rel-2.7
albert 3 years ago committed by GitHub
parent 86cd1c189c
commit 162cbefbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,8 @@
# How to Use the Azure Active Directory Authentication for MVC / Razor Page Applications # 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**. 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. 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 ## See Also
* [How to Customize the Login Page for MVC / Razor Page Applications](Customize-Login-Page-MVC.md). * [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).

Loading…
Cancel
Save