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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,17 +90,17 @@ Because most Azure Cache for Redis clients assume that a password/access key is
90
90
91
91
<!-- (ADD code snippet) -->
92
92
93
-
1. Update your Redis connection logic to use following `UserName` and `Password`:
93
+
1. Update your Redis connection logic to use following `User` and `Password`:
94
94
95
-
-`UserName` = Object ID of your managed identity or service principal
95
+
-`User` = Object ID of your managed identity or service principal
96
96
97
97
-`Password` = Microsoft Entra token that you acquired using MSAL
98
98
99
99
<!-- (ADD code snippet) -->
100
100
101
101
1. Ensure that your client executes a Redis [AUTH command](https://redis.io/commands/auth/) automatically before your Microsoft Entra token expires using:
102
102
103
-
-`UserName` = Object ID of your managed identity or service principal
103
+
-`User` = Object ID of your managed identity or service principal
104
104
105
105
-`Password` = Microsoft Entra token refreshed periodically
0 commit comments