MaikuB / flutter_appauth

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

Unable to complete authorization as there is no interactive call in progress. This can be due to closing the app while the authorization in process. #347

Closed virendhanwani closed 2 years ago

virendhanwani commented 2 years ago

Getting this exception when running the main.dart file mentioned in example.

'Unable to complete authorization as there is no interactive call in progress. This can be due to closing the app while the authorization in process.'

No changes except the config values have been made from the example file.

image

MaikuB commented 2 years ago

This isn't an error coming from the plugin or the AppAuth SDKs, you'll need to check the config values used and do debugging to figure out what's going on. A search on Google would indicate that this is specific to Azure AD or Azure B2C