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
// Java code - userAssignedManagedIdentity TokenAuthConfig authConfig = EntraIDTokenAuthConfigBuilder.builder().userAssignedManagedIdentity(UserManagedIdentityType.CLIENT_ID,"<ID>" ).build();
// we tried both systemAssignedManagedIdentity and userAssignedManagedIdentity but it fails at below line.
//This is where the code crashes with failure to activate AuthXManager.
```
UnifiedJedis jedis2 = new UnifiedJedis(
new HostAndPort(REDIS_HOST, REDIS_PORT),
config
);