Michael Bui

Results 562 comments of Michael Bui

If you look at the description of the error it says "Network error" so implies there's an issue getting the discovery document, possibly due to network connectivity issues or other...

Have you checked to make sure it's not a connection issue on your end? I've tried this with Okta in the past for testing purposes and didn't run into issues....

This error is outside of the plugin's control. It would be when the native SDKs detect a network error as it fails to hit the discovery endpoint due to either...

Haven't come across this before but sounds like you'd need to check your device, app or some other configuration. That error reads like it's opened the login page in a...

@murphycrosby not sure what exactly I'm meant to get from the screenshots from the article. The Android screenshot shows it in a Chrome custom tab not a webview. Furthermore, the...

This plugin makes use of another SDK to handle authentication so I don't know how you propose to achieve and if you had evaluated to see if it's even possible....

Please provide steps to reproduce this, preferably via fork of the repo and using the example app. A search across the repo with this error message would indicate that your...

`state` is automatically generated by the underlying AppAuth Android SDK and the errors you see would be around the Android side of this plugin's code. If you run into scenarios...

There's no action to take here as these are deprecation _warnings_ (emphasis on warnings). Furthermore, I've tried running `flutter build ipa` on the example app and a new Flutter 2.5...

I don't recall others reporting this nor do I know what the cause could be. Perhaps your app is doing this at certain points where it shouldn't do so (before...