JetBrains / azure-tools-for-intellij

Azure Toolkit for JetBrains Rider.
MIT License
50 stars 11 forks source link

Add an option to disable authentication cache #886

Closed rafaelldi closed 3 months ago

rafaelldi commented 3 months ago

Unfortunately, the error Unable to locate JNA native support library occurs due to a third-party library that is used for authentication in Azure. As a workaround, it is possible to use Azure CLI login or disable the authentication cache in Settings.

image

See #884