MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
270 stars 243 forks source link

Authenticate Azure AD flutter mobile app using flutter appauth #312

Closed thye1997 closed 2 years ago

thye1997 commented 2 years ago

Does anyone faced any issues such as appstore rejection when using non official msal native library for azure AD authentication by registering my mobile app as native client in Azure AD. Anyone has been using flutter appauth for azure AD (non-b2c) in production without any issues?

MaikuB commented 2 years ago

I suggest you ask your question on places like Stack Overflow, Discord, Slack etc as community will typically go here to report problems with using a plugin, not to go and answer questions like this. This also explains why there's been a lack of response to your question given how long it's been so will close this. What I can say is that at the end of the day, even MSAL would need to use the native APIs like AppAuth does and even Microsoft has had samples using AppAuth. In other words, the library you use is really irrelevant so long as it behaves as expected