Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 119 forks source link

Option to connect by Managed Identity #301

Open Johkie opened 5 months ago

Johkie commented 5 months ago

Currently it seems we can only connect to the notification hub using a connection string. Are there plans to implement the Managed Identity solution that have been become quite common on other Azure services?

If not what is the common workaround to make this more secure? Rotate access key more regularly and try mitigate the risk of a compromised connection string?

Thanks in advance