Backup Custom Schemes
On mobile devices, Descope supports running flows for authentication. However, Android App Links, which Descope uses to handle redirection and token exchange, are blocked by default in certain browsers, like Opera. Developers will need to set up a custom scheme and include it in the flow parameters.
Setting up a Custom Scheme
To set a custom scheme, add the below in your Android Manifest file:
Then, when starting the flow, include the "backupCustomScheme" field. This will only apply to Android users whos default browser won't open App Links automatically.
Backend Webhooks from Flows
Send flow context and user data to your backend in real time using the Generic HTTP connector, with a request body formatted exactly how you need it.
Device Fingerprinting
This guide shows Descopers how to configure and use device fingerprinting functionality in their Descope Flows.