From e6055cfca0cbdbba201efd641fbe78cf8f3d5132 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Wed, 16 Sep 2020 23:58:53 +0300 Subject: [PATCH] typo fix --- .../POST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Community-Articles/2020-09-16-How-to-Setup-Azure-Active-Directory-and-Integrate-Abp-Angular-Application/POST.md b/docs/en/Community-Articles/2020-09-16-How-to-Setup-Azure-Active-Directory-and-Integrate-Abp-Angular-Application/POST.md index 5d525c43ca..1cc1d6f5cc 100644 --- a/docs/en/Community-Articles/2020-09-16-How-to-Setup-Azure-Active-Directory-and-Integrate-Abp-Angular-Application/POST.md +++ b/docs/en/Community-Articles/2020-09-16-How-to-Setup-Azure-Active-Directory-and-Integrate-Abp-Angular-Application/POST.md @@ -86,11 +86,11 @@ Keep on mind that **App.SelfUrl** + **AzureAd.CallbackPath** will be used in Azu ## Setting up Azure Active Directory -Navigate to Manage Azure Active Directory in [azure portal](https://portal.azure.com/). Go to App registrations on left side menu and hit New registration. +Navigate to Manage Azure Active Directory in [azure portal](https://portal.azure.com/). Go to **App registrations** on left side menu and hit New registration. ![azure-app-registration](azure-app-registration.jpg) -Enter a name for your application and register. **App.SelfUrl** + **AzureAd.CallbackPath** as redirect uri then register. +Enter a name for your application and **App.SelfUrl** + **AzureAd.CallbackPath** as redirect uri then register. azure-app-register