Connecting to a Tenant via IPv6

Problem statement

For a device that supports IPv6 only and not IPv4, can Auth0 requests be made from this device?

Solution

Yes, Auth0 supports IPv4/IPv6 dual stack. To verify, make a request to the tenant domain’s /test endpoint and confirm that it returns a successful JSON response.

Example:
curl -v https://example.auth0.com/test

1 Like