Create the Mobile Driver’s License Verification API

The Mobile Driver's License Verification API is a system API for customers to initiate a verification request for a user’s Mobile Driver’s License (mDL).

Create the mDL Verification API

Once you've been approved to join the EA, you can create the mDL Verification API.

  1. Navigate to Auth0 Dashboard > Applications > APIs.

  2. Select Create API.

  3. Enter the following information:

    1. Name: Verification API

    2. Identifier: https://{account.namespace}/vdcs/

    3. JSON Web Token (JWT) Profile: Auth0

    4. JSON Web Token (JWT) Signing Algorithm: RS256

    5. Select Create.

Enable mDL verification

  1. To enable mDL for your application: 

  2. Navigate to Applications > Applications

  3. Choose the application you want to use with Verification API.

  4. Select the APIs tab.

  5. Enable Verification API.

    Auth0 Dashboard > Applications > APIs
Auth0 Dashboard > Applications > Applications

  6. In the drop-down menu, choose the associated permissions:

    1. create:verification_request

    2. read:verification_request

  7. Select Update.