Auth0’s Mobile Driver's License Verification Service
Auth0’s Mobile Driver's License Verification Service allows you to initiate a verification request for a user’s Mobile Driver’s License (mDL) Verifiable Credential. Verifiable Credentials (VC) are defined by Annex A of the ISO/IEC TS 18013-7:2024 (REST API) and may contain sensitive user data or personally identifiable information (PII), such as birthdate or country of residence. To learn more about mDL, read What is a Mobile Driver’s License?
You can use Auth0’s Mobile Driver's License Verification Service in your application if you want your users to present an mDL. You can embed the Mobile Driver's License Verification API in your application, which allows your application to perform ad-hoc mDL verifications on end-user’s submitted credentials. Rather than embed the mDL Verification API to your app, you can use Auth0 Forms as a low-code solution to use the mDL Verification Service.

Use cases
You can use the mDL Verification Service for:
Age verification
License and driving privileges validation
Identity verification since many countries use a driver's license as proof of identity. The mDL is the digital equivalent.
Business process improvements involving Know Your Customer (KYC) and Anti-Money Laundering (AML)
How it works

Your application initiates a Verification Presentation Request to Auth0 by making a call to the Mobile Driver's License Verification API.
The mDL Verification API returns an engagement URI and Verification ID from Auth0.
Your application presents the user with the URI link to prompt for consent to share their credential.
The user consents to sharing the mDL VC.
Your application polls the presentation request with the Mobile Driver's License Verification API.
The Mobile Driver's License Verification API returns the appropriate response.
Validate Verifiable Credentials
The Verification Template (VT) you create defines the fields you ask the user’s digital wallet to provide, such as date of birth, address, or family name. The Verification Presentation Request created by your application initiates a verification flow by calling the mDL Verification API.
Your app must poll the Verification Presentation Request status via the Mobile Driver's License Verification API to determine if the user consented to sharing their credential. The API returns a status depending on if the presentation request is ongoing, unsuccessful, or successful. If successful, the API will return the JSON
from the presentation request.
To learn more about configuring Auth0’s Mobile Driver's License Verification Service, read Configure Mobile Driver’s License Verification Presentation Request.
Mobile Driver's License Verification API
The Mobile Driver's License Verification API consumes the verification presentation request and returns an engagement URI and Verification ID. When your application polls the status of the verification presentation request, the mDL Verification API returns a status of successful, unsuccessful, or ongoing. You can embed the mDL Verification API in your application or use the Auth0 Forms widget.
You need to configure an instance of the Verifiable Digital Credential API via Auth0 Dashboard or Management API. To learn how, read Create the Mobile Driver's License Verification API.
Conditional Checks
You may want to check if a previous Verification Presentation Request was performed and is still valid. Conditional checks allow you to obtain data from a previous request or just verify the data from a previous request is sufficient. You can initiate a conditional verification check with Auth0 Actions. To learn more, read Mobile Driver's License Conditional Verification Check.