Azure / autorest-clientruntime-for-java

The runtime libraries for AutoRest generated Java clients.
MIT License
20 stars 58 forks source link

azure-client-authentication using msal4j #693

Open apescione opened 3 years ago

apescione commented 3 years ago

In our application, we use azure-client-authentication that leverages on adal4j. In order to migrate towards the new suggested library by Microsoft, my question is if and when this library will be upgraded to a new one.

Thank you in Advance

weidongxu-microsoft commented 3 years ago

@apescione

Please check if your usage can be provided by these new SDKs https://azure.github.io/azure-sdk/releases/latest/java.html They uses the new azure-identity lib, which depends on msal4j lib.

apescione commented 3 years ago

Yes, great, I need to perform a little bit of refactoring but this library sounds good. Thank you