Skip to content

Commit 7c09e6c

Browse files
authored
Merge pull request #102118 from farah-alyasari/freshnessreport3
Freshnessreport3
2 parents c195469 + 1132be9 commit 7c09e6c

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 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: 10/24/2019
6+
ms.date: 01/16/2020
77
ms.topic: conceptual
88
ms.service: azure-maps
99
services: azure-maps
@@ -12,11 +12,11 @@ manager: timlt
1212

1313
# Manage authentication in Azure Maps
1414

15-
After you create an Azure Maps account, a client ID and keys are created to support either Azure Active Directory (Azure AD) or Shared Key authentication.
15+
After you create an Azure Maps account, a client ID and keys are created to support Azure Active Directory (Azure AD) and Shared Key authentication.
1616

1717
## View authentication details
1818

19-
After creation of the Azure Maps account, the primary and secondary keys are generated. It is 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).
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.
2020

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

@@ -27,46 +27,46 @@ You can view your authentication details on the Azure portal. Go to your account
2727

2828
After you create an Azure Maps account, you need to establish a link between your Azure AD tenant and the Azure Maps resource.
2929

30-
1. Go to the Azure AD blade and create an app registration. Provide a name for the registration. In the **Sign-on URL** box, provide the home page of the web app / API (for example, https:\//localhost/). If you already have a registered app, go to step 2.
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.
3131

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

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

36-
2. To assign delegated API permissions to Azure Maps, go to the application under **App registrations**, and then select **Settings**. Select **Required permissions**, and then select **Add**. Search for and select **Azure Maps** under **Select an API**, and then select the **Select** button.
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**.
3737

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

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

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

4444
4. Complete step a or b, depending on your authentication method.
4545

46-
1. If your application uses user-token authentication with the Azure Maps Web SDK, enable `oauthEnableImplicitFlow` by setting it to true in the Manifest section of your app registration detail page.
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.
4747

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

50-
2. If your application uses server/application authentication, go to the **Keys** blade in app registration and either create a password or upload a public key certificate to the app registration. If you create a password, after you select **Save**, copy the password for later and store it securely. You'll use this password to acquire tokens from Azure AD.
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.
5151

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

5454

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

57-
After you associate an Azure Maps account with your Azure AD tenant, you can grant access control by assigning a user, group or application to one or more Azure Maps access control roles.
57+
After you associate an Azure Maps account with your Azure AD tenant, you can grant access control. You grant access control by assigning a user, group, or application to one or more Azure Maps access control roles.
5858

59-
1. Go to **Access control (IAM)**, select **Role assignments**, and then select **Add role assignment**.
59+
1. Go to your **Azure Maps Account**. Select **Access control (IAM)**, then select **Role assignment**.
6060

6161
![Grant RBAC](./media/how-to-manage-authentication/how-to-grant-rbac.png)
6262

63-
2. In the **Add role assignment** window, under **Role**, select **Azure Maps Date Reader (Preview)**. Under **Assign access to**, select **Azure AD user, group, or service principal**. Under **Select**, select the user or application. Select **Save**.
63+
2. In the **Role assignment** window, under **Role**, select **Azure Maps Date Reader (Preview)**. Under **Assign access to** select **Azure AD user, group, or service principle**. Select the user or application. Select **Save**.
6464

6565
![Add role assignment](./media/how-to-manage-authentication/add-role-assignment.png)
6666

6767
## View available Azure Maps RBAC roles
6868

69-
To view role-based access control (RBAC) roles that are available for Azure Maps, go to **Access control (IAM)**, select **Roles**, and then search for roles beginning with **Azure Maps**. These are the roles that you can grant access to.
69+
To view role-based access control (RBAC) roles that are available for Azure Maps, go to **Access control (IAM)**, select **Roles**, and then search for roles beginning with **Azure Maps**. These roles are the roles, which you can grant access to.
7070

7171
![View available roles](./media/how-to-manage-authentication/how-to-view-avail-roles.png)
7272

@@ -93,7 +93,7 @@ After you register your app and associated it with Azure Maps, you can request a
9393
| Azure Public | https://login.microsoftonline.com | https://atlas.microsoft.com/ |
9494
| Azure Government | https://login.microsoftonline.us | https://atlas.microsoft.com/ |
9595

96-
For more information about requesting access tokens from Azure AD for users and service principals, see [Authentication scenarios for Azure AD](https://docs.microsoft.com/azure/active-directory/develop/authentication-scenarios).
96+
For more information about requesting access tokens from Azure AD, for users and service principals, see [Authentication scenarios for Azure AD](https://docs.microsoft.com/azure/active-directory/develop/authentication-scenarios).
9797

9898

9999
## Next steps
@@ -107,4 +107,4 @@ Learn how to see the API usage metrics for your Azure Maps account:
107107
For a list of samples showing how to integrate Azure Active Directory (AAD) with Azure Maps, see:
108108

109109
> [!div class="nextstepaction"]
110-
> [Azure AD authentication samples](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples)
110+
> [Azure AD authentication samples](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples)
140 KB
Loading
26.1 KB
Loading
15.8 KB
Loading
35.5 KB
Loading
-251 Bytes
Loading
137 KB
Loading
201 KB
Loading
-23.5 KB
Loading

0 commit comments

Comments
 (0)