Connect Hangfire to Azure Cache for Redis using Managed Identity

Hello,
we’re running Hangfire.Pro.Redis using Azure Cache for Redis for a while now. When using redis we have used a ConnectionString until now and we would like to migrate this to using a ManagedIdentity.

I could not yet figure out how to use the Hangfire.Pro.Redis package with Managed Identities, only via connection strings as we did in the past.

Is there an easy way to migrate this or some documentation?