Configure a Custom Phone Provider

You can configure a custom phone provider for SMS messages when using a phone number as a user identifier. This feature uses Actions to route the SMS messages to a phone provider of your choice when verifying phone numbers and resetting passwords.

Configuring a custom phone provider using Actions enables you to write logic to satisfy complex use cases, including:

  • Using different phone providers based on application context, which may include different geographic regions where phone provider message prices can vary significantly.

  • Using different phone providers based on organization context, where some B2B customers may require specific providers.

You can configure a custom phone provider with the Auth0 Dashboard or Management API.

Add a custom phone provider with the Auth0 Dashboard

To configure a new custom phone provider in the Auth0 Dashboard:

  1. Navigate to Branding > Phone Provider. This takes you to the Phone Message Provider page. By default, the Twilio phone provider is selected.

  2. Select the Custom phone provider option in the Phone Provider section.

  3. Select the Delivery Method:

    1. Text: The verification code will be delivered to your users via SMS.

    2. Voice: The verification code will be delivered to your users via Voice Message.

  4. Under Provider Configuration, write your actions code to configure a custom phone provider:

    1. Consult with your provider's documentation to understand how to deliver messages to their API.

    2. Add any required secrets to authenticate with the API.

    3. (Optional) You can edit the Action using the full Actions editor interface by clicking the Edit in Expanded Editor button. After editing your action in the Actions editor, Save and Deploy the Action from that interface. Click the Back to Phone Provider link at the top of the Actions editor page to return to the Phone Message Provider page. You will need to select the Custom phone provider option again in the Phone Provider section.

  5. Click the Save button at the bottom of the page.

When you click Save, the Action automatically saves and deploys. To test the custom phone provider configuration before using it in a production environment, click Send Test Message.

Edit a custom phone provider with the Auth0 Dashboard

To edit an existing custom phone provider in the Auth0 Dashboard:

  1. Navigate to Branding > Phone Provider. This takes you to the Phone Message Provider page.

  2. Modify the Action code on the Phone Message Provider page as needed.

    1. (Optional) You can edit the Action using the full Actions editor interface by clicking the Edit in Expanded Editor button. After editing your Action in the Actions editor, Save and Deploy the Action from that interface. Then click the Back to Phone Provider link at the top of the Actions editor page.

  3. Click the Save button at the bottom of the page.

When you click Save, the Action automatically saves and deploys. To test the custom phone provider configuration before using it in a production environment, click Send Test Message.