Based on my research ADAL can not be used for authentication with Azure AD B2C; MSAL is the recommended library for integration with Azure AD B2C. What is your recommendation for integrating Cordova mobile application with Azure AD B2C?
2 Answers
1
votes
0
votes
You can use this github package. https://github.com/jospete/azure-activedirectory-library-for-cordova. We are using this in production and works perfectly fine. This has been extended from adal to use it with AD-B2C. It works fine with iphone and android.