-
Notifications
You must be signed in to change notification settings - Fork 44
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
authorizationInteractive on iOS Failed to redirect app #10
Comments
You have to define iOS and Android deep linking. There is a Google doc for flutter on how to do it. |
@jhancock4d & @benji-bou Let me know if you got any solution. Redirect URI is stuck popup, not close! |
Hello, |
Hi @benji-bou , redirectionURL = "com.example.untitled/callback" Thank you for everything. |
Hi,
Thanks for this lib!
I succeed using it on flutter web app. But when testing on iOS, I have an error when the redirectURI is called by the webview
As the error says, webview doesn't redirect to non http(s) scheme. So the
onPageFinished
callback inandroid_ios.dart#OpenIdConnectAndroidiOS
is never called.I managed to by pass this error adding
I think, I'm not using correctly the lib for mobile app. What should I do to make it work without modifying the lib?
My implementation is
Where the
Auth0Service
class is available in a flutter package that I would like to reuse in my different projectsBest
The text was updated successfully, but these errors were encountered: