Browse Source

typo fix

pull/5441/head
Galip Tolga Erdem 6 years ago
parent
commit
e6055cfca0
  1. 4
      docs/en/Community-Articles/2020-09-16-How-to-Setup-Azure-Active-Directory-and-Integrate-Abp-Angular-Application/POST.md

4
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.
<img src="azure-app-register.JPG" alt="azure-app-register" style="zoom:75%;" />

Loading…
Cancel
Save