MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
274 stars 246 forks source link

Should return `OIDExternalUserAgentIOSSafariViewController` instead of `OIDExternalUserAgentIOSNoSSO` #547

Closed john-slow closed 1 month ago

john-slow commented 1 month ago

There's a minor error here; you should return OIDExternalUserAgentIOSSafariViewController instead of OIDExternalUserAgentIOSNoSSO. https://github.com/MaikuB/flutter_appauth/blob/acaef1f598400176958629260981e5861718130f/flutter_appauth/ios/Classes/AppAuthIOSAuthorization.m#L172C1-L175C4

MaikuB commented 1 month ago

Ah yep, thanks for pointing that out