You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: flang-msft
7
7
ms.custom: references_regions
8
8
ms.service: cache
9
9
ms.topic: conceptual
10
-
ms.date: 05/07/2024
10
+
ms.date: 05/09/2024
11
11
ms.author: franlanglois
12
12
13
13
---
@@ -71,7 +71,7 @@ If you would like to use a custom access policy instead of Redis Data Owner, go
71
71
72
72
:::image type="content" source="media/cache-azure-active-directory-for-authentication/cache-new-redis-user.png" alt-text="Screenshot showing the available Access Policies.":::
73
73
74
-
1. Choose either the **User or service principal** or **Managed Identity** to determine how to assign access to your Azure Cache for Redis instance. If you select **User or service principal**,and you want to add a _user_, you must first [enable Microsoft Entra Authentication](#enable-microsoft-entra-id-authentication-on-your-cache).
74
+
1. Choose either the **User or service principal** or **Managed Identity** to determine how to assign access to your Azure Cache for Redis instance. If you select **User or service principal**,and you want to add a _user_, you must first [enable Microsoft Entra Authentication](#enable-microsoft-entra-id-authentication-on-your-cache).
:::image type="content" source="media/cache-azure-active-directory-for-authentication/cache-select-members.png" alt-text="Screenshot showing members to add as New Redis Users.":::
@@ -85,7 +85,6 @@ If you would like to use a custom access policy instead of Redis Data Owner, go
85
85
86
86
Because most Azure Cache for Redis clients assume that a password and access key are used for authentication, you likely need to update your client workflow to support authentication using Microsoft Entra ID. In this section, you learn how to configure your client applications to connect to Azure Cache for Redis using a Microsoft Entra token.
87
87
88
-
89
88
### Microsoft Entra Client Workflow
90
89
91
90
1. Configure your client application to acquire a Microsoft Entra token for scope, `https://redis.azure.com/.default` or `acca5fbb-b7e4-4009-81f1-37e38fd66d78/.default`, using the [Microsoft Authentication Library (MSAL)](/azure/active-directory/develop/msal-overview).
@@ -130,4 +129,3 @@ The following table includes links to code samples, which demonstrate how to con
130
129
131
130
-[Configure role-based access control with Data Access Policy](cache-configure-role-based-access-control.md)
132
131
-[Reference pages for identity](/cli/azure/redis/identity)
0 commit comments