Library doesn't seem to set up intent-filter

Hey,

I’ve set up auth0 according to this guide:

But it looks like the app doesn’t catch the receive the URL access.
(a webview is opened, I login, and then I get an error that the page “…domain-name…/callback?code=…” could not be found)

The URL seems correct and contains the correct package name and sub domain.

I’ve tried both using the suggested manifestPlaceholders approach, and the manual intent-filter, and it doesn’t seem to work.

EDIT: It looks like that the problem is caused by WebAuthProvider using the in-app browser.
If I force the link to open externally, the app can catch it, but it prompts the user to choose an app.
Is there a way to smooth this out?

I’ve resolved this by using “withScheme” with a custom scheme.
It seems to bypass all of these issues.

1 Like

Perfect! Thanks for sharing that with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.