OAuth Compatibility for Mobile Users

Modified on Wed, 9 Apr at 10:38 AM

There is an incompatibility between OAuth flows and webviews in mobile integrations. To ensure a seamless experience for your users, please make the following adjustments.


Required Changes:

  1. Use the Device’s Default Browser
    • Do not load Flinks Connect in a webview.
    • Instead, open Flinks Connect in the user’s default mobile browser to prevent authentication issues.

  2. Set and Use a Redirect URL
    • You must pass a redirectUrl parameter when initiating the OAuth flow
    • This ensures that, after authentication at the bank, the user can be deep-linked back into your app.

  3. Why This Matters
    • These changes eliminate cookie mismatches caused by different browsers handling authentication separately.
    • The entire flow remains in the same browser session, preventing failures.


By implementing these updates, your users will have a frictionless experience when connecting their accounts.







Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article