-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Web browser not closing to Return Auth Code #69
Comments
Have you found the solution? |
@rdunlocked18 @Fyandono Did you find any solution for this in IOS ? |
I have faced a similar problem, have you tried adding FlutterDeepLinkingEnabled as a boolean variable with value true in the Info.plist file? On the other hand, if it doesn't work I would try to debug the SwiftFlutterWebAuth2Plugin file in Xcode. With these steps I got it to work |
Same here. Happens on iOS 18.1. Works on iOS 16.4. Going to test on 18.0 and 17... will be right back. |
Same on iOS 18 |
Now I've just tested on iOS 17.5 and it works! This seems, somehow, related to this other issue: FormidableLabs/react-native-app-auth#1026 |
Found this... seems like iOS 18 problem: https://forums.developer.apple.com/forums/thread/764468 |
Describe the bug
I am using Custom SSO to login to Application. Authentication is happening I am getting the code in the URL but am not able to callback to application.
Usage
Redirect URL: https://localhost:3000/auth.html (configured on auth server)
Callback Scheme: 'https'
Not Using Universal Links
Expected behavior
The browser should close & return the proper URL with the code parameter hence proceeding to the next step which is token generation.
This is Happening on Android, Windows, and Web properly but not on iOS.
Screenshots
The text was updated successfully, but these errors were encountered: