Custom Scheme and Deep Link with Redirects - "Invalid Redirect URI"

Problem Statement

We would to know whether it is possible to deep link to screens in an app from within an Action. How can this be implemented?

When attempting this, an error occurs - Invalid redirect URI.

Symptoms

Outcome is “Invalid redirect URI” error .

Steps to Reproduce

exports.onExecutePostLogin = async (event, api) => {
api.redirect.sendUserTo("auth0.samples.Auth0Sample://sg-enterprise.us.auth0.com/ios/auth0.samples.Auth0Sample/callback"");
  }
};

Cause

This is currently unsupported from within Actions.

Solution

The only currently supported option is to redirect users to https:// URIs instead.

Please use our Customer Feedback to submit a feature request to our Product team.

Related Resources