flutter_appauth icon indicating copy to clipboard operation
flutter_appauth copied to clipboard

implement support for external custom browsers

Open CaringDev opened this issue 7 months ago • 1 comments

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.

CaringDev avatar May 13 '25 14:05 CaringDev

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?

MaikuB avatar Jun 01 '25 00:06 MaikuB