Michael Bui

Results 562 comments of Michael Bui

I've done one. Any contributions and feedback would be welcome :) https://github.com/MaikuB/flutter_appauth

I suspect it's the same issue raised on the Android SDK itself at https://github.com/openid/AppAuth-Android/issues/406. Although the stack trace doesn't seem to indicate that it's not found and looks like a...

Do either of you have this issue running the example app? If not, can you create a repo that hosts a minimal app that can reproduce the issue

I don't have an Azure B2C instance to I can use anymore to test but I assume you mean having the policy as part of the query string? If so,...

Thanks for raising this issue. Unfortunately I'm having trouble visualising both approaches so would it be possible to have a draft PR for each one?

Thanks for the PR. I got a couple of questions - Whilst this behaves as expected, is there some documentation on how AppAuth iOS SDK is able to determine the...

An error like this suggests that the response isn't a valid JSON, which in turn implies an incorrect configuration. If so, this is something you would need to look further...

Not necessarily. For example, you can specify the wrong redirect URL and users can sign in. You're going to need to debug further and double check your config to figure...

Have you looked at the logs for the steps you provided? They don't reproduce the crash you've been trying to investigate. The steps you shared are to do with how...

The steps covered in the docs is to cover the common setup most apps would go through. I've yet to try what you mentioned but this plugin uses the same...