-
We configured “Verification Email” in Email Templates and set “Redirect To” field as “https://OUR_WEBSITE/confirmation-email” and this works fine.
-
If user use a smartphone we would like that when you confirm email opened our mobile application instead of browser url as for the desktop (“https://OUR_WEBSITE/confirmation-email”)
-
We read these articles:
and got the correct links:
https://MY_TENANT.eu.auth0.com/.well-known/assetlinks.json
https://MY_TENANT.eu.auth0.com/apple-app-site-association
- However in verification email the confirm url generated by Auth0 like this “http://links.MY_WEBSITE_DOMAIN/wf/click?..” which redirect to “https://OUR_WEBSITE/confirmation-email”
What is the best way for opening mobile app from confirmation email via Auth0? We don’t want to make hack solutions and so we want to know from you.