Michael Bui
Michael Bui
There's seems to be misunderstanding here that you think the things documented are to do with this plugin's implementation but that isn't actually true. All of the things in the...
Apple's APIs are different than Android and they're different operating systems so comparing behaviour on both platforms may not suitable. This plugin uses another SDK to do the heavy lifting...
That's interesting as the AppAuth iOS SDK does as well. See https://github.com/openid/AppAuth-iOS/blob/98ed5e15ceedcacc0b3fd6c3521a22411acc2212/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m#L91 . Therefore, I'd expect the same behaviour
This error doesn't reference the plugin and points to something that isn't to do with the plugin. Note that I don't have the ability to run your server but in...
Whilst the uncommenting etc doesn't result in an error, the error you have shared doesn't point to an issue with the plugin itself. I would say there's either an issue...
I've never used Apple sign in so not something I know to answer. I don't know if people have used the underlying AppAuth iOS SDK with Apple sign in. You...
FYI this isn't something I've experienced doing so if you're running across the issue, you'd likely have better luck asking elsewhere or see if you can submit a fix for...
Potentially as AppAuth Android SDK turned on ID token validation but given the error, it would mean an issue with the ID token you've gotten back. Can't help you much...
Providing a crashlytics report doesn't help much. You'd need to provide a link to a minimal repo that can reproduce the problem and details on how to reproduce it
If this something you want then you'll need to submit a PR for it. There's a PR that is related to this at https://github.com/MaikuB/flutter_appauth/pull/318. Not sure if it suits your...