Skip to content

Commit b53473a

Browse files
Merge pull request #266326 from flang-msft/fxl---Update-cache-azure-active-directory-for-authentication-118551
fxl---Update cache-azure-active-directory-for-authentication.md
2 parents 3ba3cb8 + 7e35197 commit b53473a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

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

9191
### Microsoft Entra Client Workflow
9292

93-
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).
93+
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).
9494

95-
1. Update your Redis connection logic to use following `UserName` and `Password`:
95+
1. Update your Redis connection logic to use following `User` and `Password`:
9696

97-
`UserName` = Object ID of your managed identity or service principal
98-
`Password` = Microsoft Entra token that you acquired using MSAL
97+
- `User` = Object ID of your managed identity or service principal
98+
- `Password` = Microsoft Entra token that you acquired using MSAL
9999

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

102-
`UserName` = Object ID of your managed identity or service principal
103-
`Password` = Microsoft Entra token refreshed periodically
102+
- `User` = Object ID of your managed identity or service principal
103+
- `Password` = Microsoft Entra token refreshed periodically
104104

105105
### Client library support
106106

0 commit comments

Comments
 (0)