Fractal ID documentation
Production client dashboardStaging client dashboard
  • Introduction
  • Getting started
  • KYC levels
  • OAuth 2.0 scopes
  • Production and staging URLs
  • Client dashboard
  • Migration to Kraken
  • User integration
    • User authorization
    • User information retrieval
    • Webhooks
      • Available notifications
      • Delivery
      • Securing webhooks
    • Mobile app integration
    • Embedded Journey Iframe
  • Back-office integration
    • Client authorization
    • Application statistics
  • Legacy Integrations
    • Fractal Credentials API
  • Troubleshooting
    • Common issues
Powered by GitBook
On this page

Was this helpful?

  1. User integration

Mobile app integration

PreviousSecuring webhooksNextEmbedded Journey Iframe

Last updated 1 year ago

Was this helpful?

Fractal is a web-based application and is designed to be operated within a browser environment. As such, integration with mobile apps is currently only achievable using deep linking mechanisms.

The integration flow is essentially the same, whether the user's starting point is your web application or your native app (see for more details):

  1. You redirect the user to Fractal

  2. The user goes through the Fractal journey

  3. Fractal redirects the user back to your application

The redirection in point 3 is towards the redirect_uri you configure in your integration (see for more details). If you want this redirection to happen towards your native app, instead of your web application, you need to make use of the operating system's deep linking mechanisms: in Android, and in iOS. They allow you to register particular URLs as URLs to be opened inside your native application instead of the browser.

Once these are set up, the user will be redirected to your app at the end of their journey in Fractal.

User authorization
Android App Links
Universal Links
Getting started