Skip to content

Commit dea7475

Browse files
authored
Update cache-azure-active-directory-for-authentication.md
1 parent 50db9b3 commit dea7475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ Because most Azure Cache for Redis clients assume that a password/access key is
9090

9191
<!-- (ADD code snippet) -->
9292

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`:
9494

95-
- `UserName` = Object ID of your managed identity or service principal
95+
- `User` = Object ID of your managed identity or service principal
9696

9797
- `Password` = Microsoft Entra token that you acquired using MSAL
9898

9999
<!-- (ADD code snippet) -->
100100

101101
1. Ensure that your client executes a Redis [AUTH command](https://redis.io/commands/auth/) automatically before your Microsoft Entra token expires using:
102102

103-
- `UserName` = Object ID of your managed identity or service principal
103+
- `User` = Object ID of your managed identity or service principal
104104

105105
- `Password` = Microsoft Entra token refreshed periodically
106106

0 commit comments

Comments
 (0)