Hi is it possible to use an Azure AD JWT to get messages from an Azure Service Bus topic through AMQP.Net Lite? We would like to manage who can access our Service bus topic by using Azure RBAC.
I have looked at https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-sas#use-the-shared-access-signature-at-amqp-level but it seems like its only possible with SAS tokens.
I have created an example(https://github.com/emilbolet/azure-servicebus-amqp-rbac) using the Microsoft.Azure.ServiceBus library however it is critical that we use a generic AMQP library.


