From 07d7e1e0b0cbdcc360599eb2fb40e26594c358e0 Mon Sep 17 00:00:00 2001 From: albert <9526587+ebicoglu@users.noreply.github.com> Date: Tue, 24 May 2022 15:13:47 +0300 Subject: [PATCH] Update Azure-Active-Directory-Authentication-MVC.md --- docs/en/How-To/Azure-Active-Directory-Authentication-MVC.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/How-To/Azure-Active-Directory-Authentication-MVC.md b/docs/en/How-To/Azure-Active-Directory-Authentication-MVC.md index 434d5f8bac..fe1ffcd885 100644 --- a/docs/en/How-To/Azure-Active-Directory-Authentication-MVC.md +++ b/docs/en/How-To/Azure-Active-Directory-Authentication-MVC.md @@ -1,5 +1,7 @@ # 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. @@ -209,4 +211,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). \ No newline at end of file +* [How to Customize the SignIn Manager for ABP Applications](Customize-SignIn-Manager.md).