MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 238 forks source link

"Bad Request" is displayed in Azure AD B2C #477

Open watanabe-yudai-dv opened 4 months ago

watanabe-yudai-dv commented 4 months ago

We are using "flutter_appauth" to perform login authentication and two-step authentication by email address using "AADB2C User Flow". We are currently experiencing an issue on some Android devices where a "BadRequest" is displayed when returning to the app after moving the app to the background once during two-step authentication by email address. We are investigating this issue and have not been able to find anyone else experiencing the same issue. If anyone else is experiencing the same event or knows how to resolve this issue, we would appreciate it if you could let us know.

image
MeltdownInteractive commented 1 month ago

I would suggest using Chrome Dev Tools to inspect the emulator/device browser so you can see which error is causing the Bad Request. In my case it was a certificate issue.