Needs advice
on
DartDart
and
FlutterFlutter

Hello! I am looking forward to build a mobile app for the enterprise using O365 MSAL authentication. Flutter doesn't seem to have any plugin for it, any suggestion on how to solve it.

READ LESS
2 upvotes·31K views
Replies (1)
Data Analyst at Safe Alternative Foundation for Education, Inc·

So, I also couldn't find any third-party libraries for MSAL in native applications. My suggestion would be to familiarize yourself with the MSAL SDK and implement it into your app directly using the SDK instead of a third-party library.

Here are some potential steps in the right direction: https://developer.microsoft.com/en-us/identity/blogs/microsoft-authentication-libraries-for-android-ios-and-macos-are-now-generally-available/ https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-ios https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki

READ MORE
1 upvote·511 views
Avatar of Chinari Subudhi