IssuanceSetup

Create a domain

A domain is required before you can add a redirect URI to an issuance. Ver.iD Studio includes test.ver.id for the OAuth Debugging Tool. Add your own domain for your application.

Add the domain

  1. Sign in to Ver.iD Studio.
  2. Open Resources, then Domains.
  3. Click Create domain.
  4. Enter the domain name without a protocol, port, or path. For example, enter example.com instead of https://example.com/callback.
  5. Click Create domain.

Validate the domain

Open the domain and click Validate. Studio shows the DNS record you need to add:

  • Record type: TXT
  • Record name: _verid-challenge.<your-domain>
  • Record data: the token shown in Studio

DNS validation can take up to 24 hours. Keep the TXT record after validation because Ver.iD checks it regularly.

After validation, Studio normally activates the domain. If its state is Inactive, click Activate. Only active domains can be used in a redirect URI.

On this page