Skip to content

Commit de79a8e

Browse files
DOC-4816 added suggested link and removed TLS requirement
1 parent b5bd3a2 commit de79a8e

File tree

1 file changed

+7
-5
lines changed
  • content/develop/clients/jedis

1 file changed

+7
-5
lines changed

content/develop/clients/jedis/amr.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ You can authenticate using a system-assigned or user-assigned
2424
or a [service principal](https://learn.microsoft.com/en-us/entra/identity-platform/app-objects-and-service-principals),
2525
letting `redis-authx-entraid` fetch and renew the authentication tokens for you automatically.
2626

27+
See
28+
[Use Microsoft Entra for cache authentication](https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication)
29+
in the Microsoft docs to learn how to configure Azure to use Entra ID authentication.
30+
2731
## Install
2832

2933
Install [`jedis`]({{< relref "/develop/clients/jedis" >}}) first,
@@ -124,14 +128,12 @@ When you have created your `TokenAuthConfig` instance, you are ready to
124128
connect to AMR.
125129
The example below shows how to include the `TokenAuthConfig` details in a
126130
`JedisClientConfig` instance and use it with the `UnifiedJedis` connection.
127-
128-
{{< note >}} Azure requires you to use
129-
[Transport Layer Security (TLS)](https://en.wikipedia.org/wiki/Transport_Layer_Security)
130-
when you connect. See
131+
The connection uses
132+
[Transport Layer Security (TLS)](https://en.wikipedia.org/wiki/Transport_Layer_Security),
133+
which is recommended and enabled by default for managed identities. See
131134
[Connect to your production Redis with TLS]({{< relref "/develop/clients/jedis/connect#connect-to-your-production-redis-with-tls" >}}) for more information about
132135
TLS connections, including the implementation of the `createSslSocketFactory()`
133136
method used in the example.
134-
{{< /note >}}
135137

136138
```java
137139
TokenAuthConfig authConfig = EntraIDTokenAuthConfigBuilder.builder()

0 commit comments

Comments
 (0)