Authenticate the user on Azure AD using ADAL library from Android native app
问题 We have a requirement where users should signin from Native apps(Android, iOS) without invoking Microsoft login web view window from the app. We have the sample code that demonstrates non-interactive authentication to Azure AD using a username & password from the .net console application. https://github.com/Azure-Samples/active-directory-dotnet-native-headless sample code: AuthenticationResult result = null; authContext = new AuthenticationContext(authority, new FileCache()); string userName