Skip to content

Commit d948d14

Browse files
committed
Updated image links and alt-text for all screenshots.
1 parent 918f433 commit d948d14

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/azure-maps/how-to-secure-spa-users.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,17 @@ Create the web application in Azure AD for users to sign in. The web application
2323

2424
1. In the Azure portal, in the list of Azure services, select **Azure Active Directory** > **App registrations** > **New registration**.
2525

26-
> [!div class="mx-imgBorder"]
27-
> ![App registration](./media/how-to-manage-authentication/app-registration.png)
26+
:::image type="content" source="./media/how-to-manage-authentication/app-registration.png" alt-text="Screenshot showing the new registration page in the App registrations blade in Azure Active Directory.":::
2827

2928
2. Enter a **Name**, choose a **Support account type**, provide a redirect URI that represents the url which Azure AD issues the token and is the url where the map control is hosted. For a detailed sample, see [Azure Maps Azure AD samples](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples/tree/master/src/ImplicitGrant). Then select **Register**.
3029

3130
3. To assign delegated API permissions to Azure Maps, go to the application. Then under **App registrations**, select **API permissions** > **Add a permission**. Under **APIs my organization uses**, search for and select **Azure Maps**.
3231

33-
> [!div class="mx-imgBorder"]
34-
> ![Add app API permissions](./media/how-to-manage-authentication/app-permissions.png)
32+
:::image type="content" source="./media/how-to-manage-authentication/app-permissions.png" alt-text="Screenshot showing a list of APIs my organization uses.":::
3533

3634
4. Select the check box next to **Access Azure Maps**, and then select **Add permissions**.
3735

38-
> [!div class="mx-imgBorder"]
39-
> ![Select app API permissions](./media/how-to-manage-authentication/select-app-permissions.png)
36+
:::image type="content" source="./media/how-to-manage-authentication/select-app-permissions.png" alt-text="Screenshot showing the request app API permissions screen.":::
4037

4138
5. Enable `oauth2AllowImplicitFlow`. To enable it, in the **Manifest** section of your app registration, set `oauth2AllowImplicitFlow` to `true`.
4239

@@ -62,7 +59,7 @@ Create the web application in Azure AD for users to sign in. The web application
6259
```
6360

6461
7. Configure Azure role-based access control (Azure RBAC) for users or groups. See the [following sections to enable Azure RBAC](#grant-role-based-access-for-users-to-azure-maps).
65-
62+
6663
[!INCLUDE [grant role access to users](./includes/grant-rbac-users.md)]
6764

6865
## Next steps

0 commit comments

Comments
 (0)