我正在开发一个Android应用程序,使用Intune app SDK for Android。我的应用程序使用MSAL进行Azure AD的身份验证,但我找不到任何有关将SDK与MSAL一起使用的信息,只能与ADAL一起使用。
版本6.3.0 (https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases/tag/6.3.0)注释提到“希望使用微软认证库(MSAL)的应用程序开发人员至少应该使用此版本的Intune SDK for Android”。但除此之外,我找不到任何其他相关信息。
我知道MSAL从11.1.2版本开始就支持iOS。
发布于 2020-05-20 16:54:02
据我所知,Android Intune SDK支持使用MSAL.Please check here
ADAL for Android,将不再获得新的功能改进。取而代之的是使用新的库MSAL for Android,请参考Github:Microsoft Authentication Library (MSAL) for Android
https://stackoverflow.com/questions/61906493
复制相似问题