Skip to content

Commit 2412e2f

Browse files
authored
Merge pull request #102744 from farah-alyasari/AADAppReg
Aad app reg
2 parents 47af34f + 64a0813 commit 2412e2f

11 files changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage authentication | Microsoft Azure Maps
33
description: You can use the Azure portal to manage authentication in Microsoft Azure Maps.
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 01/16/2020
6+
ms.date: 01/29/2020
77
ms.topic: conceptual
88
ms.service: azure-maps
99
services: azure-maps
@@ -16,41 +16,41 @@ After you create an Azure Maps account, a client ID and keys are created to supp
1616

1717
## View authentication details
1818

19-
After creation of the Azure Maps account, the primary and secondary keys are generated. Use the primary key as the subscription key, sometimes these names are used interchangeably. The secondary key can be used in scenarios such as rolling key changes. Either way, a key is needed to call Azure Maps. This process is called [shared key authentication](https://docs.microsoft.com/azure/azure-maps/azure-maps-authentication#shared-key-authentication). See [Authentication with Azure Maps](https://aka.ms/amauth) to learn more about Shared Key and Azure AD authentication.
19+
After creation of the Azure Maps account, the primary and secondary keys are generated. It's recommended to use primary key as subscription key, when calling Azure Maps using [shared key authentication](https://docs.microsoft.com/azure/azure-maps/azure-maps-authentication#shared-key-authentication). Secondary key can be used in scenarios such as rolling key changes. To learn more, see [Authentication with Azure Maps](https://aka.ms/amauth).
2020

2121
You can view your authentication details on the Azure portal. Go to your account and select **Authentication** on the **Settings** menu.
2222

2323
![Authentication details](./media/how-to-manage-authentication/how-to-view-auth.png)
2424

2525

26-
## Set up Azure AD app registration
26+
## Configure Azure AD App Registration
2727

28-
After you create an Azure Maps account, you need to establish a link between your Azure AD tenant and the Azure Maps resource.
29-
30-
1. Select **Azure Active Directory** from the portal menu. Provide a name for the registration. Click on **App registrations** then click on **New registration**. In the **Redirect URI** box, provide the home page of the web app. For example, https://localhost/. If you already have a registered app, go 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.
3129

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

3432
![App registration details](./media/how-to-manage-authentication/app-create.png)
3533

36-
2. To assign delegated API permissions to Azure Maps, go to the application under **App registrations**, and then select **API permissions**. Select **Add Permission**. Search for and select **Azure Maps** under **Select an API**.
34+
2. To assign delegated API permissions to Azure Maps, go to the application under **App registrations**. Then, select **API permissions**, and then select **Add a permission**. Search for and select **Azure Maps** under **APIs my organization uses**.
3735

3836
![App API permissions](./media/how-to-manage-authentication/app-permissions.png)
3937

40-
3. Under **Select permissions**, check the box for **user impersonation**, then click the **Select** button at the bottom.
38+
3. Check **Access Azure Maps** and then click **Add permissions**.
4139

4240
![Select app API permissions](./media/how-to-manage-authentication/select-app-permissions.png)
4341

44-
4. Complete step a or b, depending on your authentication method.
42+
4. Complete step a or b, depending on your authentication method.
4543

46-
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.
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.
4745

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

50-
2. If your application uses server/application authentication, go to the **Certificates & secrets** blade in app registration and either create a password or upload a public key certificate to the app registration. If you create a password, store it securely for later use. You'll use this password to acquire tokens from Azure AD.
48+
2. If your application uses server/application authentication, go to the **Certificates & secrets** blade in your app registration page and either create a password by clicking on **New client secret** or upload a public key certificate to the app registration. If you create a password, after you click **Add**, copy the password for later and store it securely. You'll use this password to acquire tokens from Azure AD.
5149

5250
![App keys](./media/how-to-manage-authentication/app-keys.png)
5351

52+
![Add key](./media/how-to-manage-authentication/add-key.png)
53+
5454

5555
## Grant role-based access control (RBAC) to Azure Maps
5656

19.8 KB
Loading
-5 KB
Loading
15.8 KB
Loading
-37.1 KB
Loading
-51.4 KB
Loading
-77.5 KB
Loading
-307 Bytes
Loading
-9.45 KB
Loading
-16.1 KB
Loading

0 commit comments

Comments
 (0)