Your Auth0 tenant domain, e.g. your-tenant.auth0.com.
The domain part of the user's email, e.g. acmecorp.com.
Case-insensitive.
Optionaloptions: IsFederatedDomainOptions
Optional customFetch and timeoutMs overrides.
true only when Auth0 has an enterprise connection or organization
domain-discovery record for the domain. Returns false on any error, so a
WebFinger outage degrades to your existing login flow rather than blocking it.
Checks whether an email domain is managed for enterprise SSO on an Auth0 tenant.
This is a routing hint, not a security control. Always validate the
org_idclaim on the resulting ID token regardless of what this returns.Server-side only. Calling this from the browser would expose the Auth0 domain and allow clients to enumerate your customers' domains.