Skip to content

Commit 8e03e26

Browse files
DOC-4816 minor fixes
1 parent de79a8e commit 8e03e26

File tree

1 file changed

+3
-1
lines changed
  • content/develop/clients/jedis

1 file changed

+3
-1
lines changed

content/develop/clients/jedis/amr.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ Some of the details you can supply are common to different use cases:
7272
- `authority()`: A string containing the [authority](https://learn.microsoft.com/en-us/entra/identity-platform/msal-client-application-configuration#authority)
7373
URL.
7474
- `scopes()`: A set of strings defining the [scopes](https://learn.microsoft.com/en-us/entra/identity-platform/scopes-oidc)
75-
you want to apply.
75+
you want to apply. Configure your client application to acquire a Microsoft Entra token for scope, `https://redis.azure.com/.default` or `acca5fbb-b7e4-4009-81f1-37e38fd66d78/.default`
76+
with the
77+
[Microsoft Authentication Library (MSAL)](https://learn.microsoft.com/en-us/entra/identity-platform/msal-overview)
7678

7779
You can also add configuration to authenticate with a [service principal](#serv-principal)
7880
or a [managed identity](#mgd-identity) as described in the sections below.

0 commit comments

Comments
 (0)