I previously raised an issue related to authenticating with an Azure Service Principal through Entra ID: #528. I got a response to use the OAuth example as described here. I finally got around to test it, and I realize that you need to create an OAuth secret for this to work.
My example works by using the Entra ID token directly. Is there a roadmap to support this through the library? It would be nice not having to create OAuth secrets.