A cloud-based identity and access management service for securing user authentication and resource access
Hello Sumesh Chandran,
Although the login process is successful, Azure is unable to reroute to your Flutter application due to an improperly specified redirect URI. Instead of using web or localhost redirection, Flutter apps need use a custom URI scheme.
Flutter is a mobile application; hence you must Register the app as Mobile and desktop applications (not SPA/Web):
- Pass the same URL in your Flutter code
- Set up deep linking: Android: intent-filter with host authentication and scheme msal CFBundleURLSchemes = msal in iOS/macOS
Let me know if any further queries - feel free to reach out!
Otherwise, we can connect offline to troubleshoot the issue. Please share details over private message.