Domain
A domain name is a unique, easy-to-remember address used to reach resources on the Internet, such as 'google.com'. Instead of requiring people to memorize numeric network addresses, a domain provides a human-readable label. In practice, a single domain can be associated with one or more network addresses, and those associations can change over time.
A domain name is a string that identifies a realm of administrative autonomy, authority, or control on the Internet, structured hierarchically within the Domain Name System (DNS). Rather than mapping one-to-one to a fixed physical IP address, a domain typically resolves through DNS records (such as A, AAAA, CNAME, or others depending on configuration) that may point to one or multiple addresses and can be updated over time. In IAM contexts, the meaning of 'domain' can vary by system: it may denote a DNS namespace, an administrative or directory boundary (for example, an identity provider's tenant or realm), or an authentication scope; practitioners should confirm the intended sense within a given product or standard, as this evidence packet addresses the DNS/Internet naming sense specifically.
Why it matters
Domain names are foundational to how identity and access systems are reached, trusted, and scoped. In federated authentication, the domain frequently anchors trust decisions: SAML 2.0 metadata, OpenID Connect issuer values, and relying party redirect URIs are all tied to specific domains, and a mismatch or misconfiguration can break federation or, worse, enable token misdelivery. Because a domain does not map one-to-one to a fixed physical address but instead resolves through DNS records (such as A, AAAA, or CNAME records) that may point to one or multiple addresses and can change over time, the integrity of DNS resolution directly affects whether users and services connect to the intended, legitimate endpoints.
Who it's relevant to
Inside Domain
Common questions
Answers to the questions practitioners most commonly ask about Domain.