You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/clients/jedis/amr.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ You can authenticate using a system-assigned or user-assigned
24
24
or a [service principal](https://learn.microsoft.com/en-us/entra/identity-platform/app-objects-and-service-principals),
25
25
letting `redis-authx-entraid` fetch and renew the authentication tokens for you automatically.
26
26
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.
which is recommended and enabled by default for managed identities. See
131
134
[Connect to your production Redis with TLS]({{< relref "/develop/clients/jedis/connect#connect-to-your-production-redis-with-tls" >}}) for more information about
132
135
TLS connections, including the implementation of the `createSslSocketFactory()`
0 commit comments