Why does provider OAuth fail in my app's web view?
Provider OAuth pages restrict iframes, sandboxed windows and embedded WebViews (which hide the URL bar), so identity providers like Google block them and the…
Provider OAuth pages restrict iframes, sandboxed windows and embedded WebViews (which hide the URL bar), so identity providers like Google block them and the consent buttons become unresponsive.
Open the auth URL in a real browser:
Mobile: use an in-app browser component such as
react-native-inappbrowser-reborn, never a raw WebView.Web: open a normal new tab or window with a visible, editable URL bar.
The authentication flow then completes just as it does from the dashboard.
For web-API providers like Strava, also:
Create your API credentials.
Set the authorization callback domain to api.tryterra.co.
Add the credentials under Connections settings in the Terra dashboard.
Last updated
Was this helpful?