Android App Links allow an application to designate itself as the default handler of a given type of link. For example, clicking a URL in an email would open the link in the designated application. This guide will show you how to enable Android App links support for your Auth0-registered application using Auth0’s Dashboard.Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
-
Go to Auth0 Dashboard > Applications > Applications, and select the name of the application to view.

- Scroll to the bottom of the Settings page, and select Show Advanced Settings.
-
Select Device Settings, provide the App Package Name and the SHA256 fingerprints of your app’s signing certificate for your Android application, and select Save Changes.

keytool -list -v -keystore my-release-key.keystore
To learn more about signing certificates, see Android’s Sign Your App developer documentation.
Test link
-
Navigate to the following URL in your browser:
https://{yourDomain}/.well-known/assetlinks.json -
If the link is successful, you will return the following JSON (formatted for readability):