flutter_appauth
flutter_appauth copied to clipboard
implement support for external custom browsers
Adds support for external (non-in-app) browsers on iOS to participate in SSO-sessions and allow e.g. Citrix MDM to provide its secure browser (which in turn allows SSO for e.g. enterprise Kerberos environments).
Fixes #565 but probably raises the same questions that were left unanswered in https://github.com/MaikuB/flutter_appauth/pull/318 Given that this unblocks some users, it might still be valuable.
Thanks for the PR. You're right the same questions I had there still apply. Since your PR is around the same thing, do you have the answers? Do you also have advice on how to create the scenarios where the other browsers are leveraged?