Skip to content

Commit 2e9d366

Browse files
Merge pull request #264229 from shpathak-msft/patch-26
Add human readable scope
2 parents 24d7d71 + fa85e95 commit 2e9d366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Because most Azure Cache for Redis clients assume that a password/access key is
8686

8787
### Microsoft Entra Client Workflow
8888

89-
1. Configure your client application to acquire a Microsoft Entra token for scope `acca5fbb-b7e4-4009-81f1-37e38fd66d78/.default` using the [Microsoft Authentication Library (MSAL)](/azure/active-directory/develop/msal-overview).
89+
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).
9090

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

0 commit comments

Comments
 (0)