You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used your example and added flutter_azure_b2c in my flutter application, and updated AndroidManifest.xml, created a config file named b2c_config.json and saved it in path: android/app/main/res/raw/ for android and updated my main.dart with your example's main.dart and getting this screen on my emulator
But when i click on login button i am not able load azure ad login page when i click on login, i think b2c config is not getting loaded in this app and i have checked same config with android native app its working for it
The text was updated successfully, but these errors were encountered:
Could you post, if any, the errors that you got on console? Are you sure that the file is not loaded? maybe there is some error in the manifest or b2c configuration itself... Please, check that the android:host and android:path in the manifest file match with the application configured on the azure b2c portal as if not MSAL will not show anything.
I used your example and added flutter_azure_b2c in my flutter application, and updated AndroidManifest.xml, created a config file named b2c_config.json and saved it in path: android/app/main/res/raw/ for android and updated my main.dart with your example's main.dart and getting this screen on my emulator
But when i click on login button i am not able load azure ad login page when i click on login, i think b2c config is not getting loaded in this app and i have checked same config with android native app its working for it
The text was updated successfully, but these errors were encountered: