AuthenticationSetup
Create a domain
A domain is required before you can add a redirect URI to an authentication. Ver.iD Studio includes test.ver.id for the OAuth Debugging Tool. Add your own domain for your application.
Add the domain
- Sign in to Ver.iD Studio.
- Open
Resources, thenDomains. - Click
Create domain. - Enter the domain name without a protocol, port, or path. For example, enter
example.cominstead ofhttps://example.com/callback. - 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.