Skip to content

Commit 4528c5f

Browse files
author
farah-alyasari
committed
improved clairy by nearly 10 pts
1 parent b9e2ebc commit 4528c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/how-to-manage-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can view your authentication details on the Azure portal. Go to your account
2525

2626
## Configure Azure AD App Registration
2727

28-
1. Select **Azure Active Directory** from list of Azure services in Azure portal. Select **App registrations** and click **New Registration**. Next. Enter **Name**, choose **Support account type**, and click **Register**. If you already have a registered app, proceed to step 2.
28+
1. Select **Azure Active Directory** from list of Azure services in Azure portal. Select **App registrations** and click **New Registration**. Next. Enter **Name**, choose **Support account type**, and click **Register**. If you already have a registered app, continue to step 2.
2929

3030
![App registration](./media/how-to-manage-authentication/app-registration.png)
3131

@@ -41,7 +41,7 @@ You can view your authentication details on the Azure portal. Go to your account
4141

4242
4. Complete step a or b, depending on your authentication method.
4343

44-
1. If your application uses user-token authentication with the Azure Maps Web SDK, enable oauth2AllowImplicitFlow by setting it to true in the Manifest section of your app registration detail page.
44+
1. If your application uses user-token authentication with the Azure Maps Web SDK, enable `oauth2AllowImplicitFlow`. To enable `oauth2AllowImplicitFlow`, set it to true in the Manifest section of your app registration.
4545

4646
![App manifest](./media/how-to-manage-authentication/app-manifest.png)
4747

0 commit comments

Comments
 (0)