2.1 Tenant Properties, Domains & Company Branding
Key Takeaways
- Microsoft Entra tenant properties set organization identity, technical and privacy contacts, and region defaults that appear in portals and compliance notices.
- User, group, and device settings control who can register apps, create groups, join devices to Entra ID, and invite guests—misconfiguration is a common SC-300 scenario trap.
- Custom domains must be added and DNS-verified (typically TXT or MX) before they can be primary or used for UPN and email addresses; unmanaged domains remain on *.onmicrosoft.com only.
- Company branding customizes the sign-in page experience (logo, background, CSS, language, username hint) and is assigned per locale or as the default tenant branding.
- Tenant hygiene—verified domains, accurate contacts, least-privilege defaults, and branded sign-in—reduces support risk and is foundational for Zero Trust identity administration.
Why tenant hygiene matters on SC-300
Microsoft Entra ID (formerly Azure Active Directory) is the identity system behind Microsoft 365, Azure, and thousands of SaaS apps. Before you design Conditional Access, Privileged Identity Management, or hybrid sync, you must know how the tenant itself is configured. SC-300 scenarios often open with a new organization, a merger, a rebrand, or a delegated-admin request. The candidate who only memorizes MFA methods and forgets domains, device join defaults, or company branding will miss easy points.
A tenant is a dedicated instance of Microsoft Entra ID for an organization. It has a unique tenant ID (GUID), a default domain of the form contoso.onmicrosoft.com, optional verified custom domains, directory objects (users, groups, devices, applications), and organization-wide settings. Tenant administration is the foundation of domain Implement and manage user identities.
| Tenant concern | What SC-300 may ask | Risk if wrong |
|---|---|---|
| Properties & contacts | Where privacy URL or technical contact is set | Compliance and support confusion |
| User settings | Who can register apps or invite guests | Shadow IT and oversharing |
| Group settings | Self-service security/M365 groups | Uncontrolled group sprawl |
| Device settings | Who can join Entra devices | Unmanaged device sprawl |
| Domains | Verify DNS, set primary domain | Failed UPN changes and mail routing |
| Company branding | Sign-in logo, background, locale | Phishing confusion, poor UX |
Tenant properties
In the Microsoft Entra admin center, open Identity > Overview > Properties (wording may appear under Organization properties). Key fields include:
- Name — display name of the organization in portals and some consent screens.
- Technical contact / Global privacy contact — people Microsoft and partners may use for notices; keep them current and distribution-list friendly where policy allows.
- Privacy statement URL / Privacy info — linked from consent and some user experiences; must be a valid HTTPS URL your legal team owns.
- Country or region — set at tenant creation for many directory defaults; it is not a casual rename and affects data residency expectations for some workloads.
- Preferred language — influences default UI language where locale-specific branding is not applied.
Exam trap: tenant properties are not the same as Azure subscription properties. Subscriptions live under Azure Resource Manager. Entra tenant properties live under the Microsoft Entra directory. Changing a subscription owner does not rebrand the sign-in page or verify a domain.
Also review Security defaults versus Conditional Access. Security defaults are a tenant-wide baseline (block legacy auth, require MFA for admins and users in a simplified model). SC-300 prefers you understand when an organization graduates from security defaults to granular Conditional Access; the decision often appears as a planning scenario rather than a pure click-path item.
User settings
Identity > Users > User settings (and related External Identities blades) control default capabilities for non-admin users:
| Setting family | Typical options | Exam implication |
|---|---|---|
| App registrations | Users can / cannot register applications | Deny for least privilege in enterprise tenants |
| LinkedIn account connections | Allow / block | Privacy and data-sharing policy |
| Admin center access | Restrict non-admin access to Entra admin center | Reduces accidental config browsing |
| Guest user access restrictions | Most inclusive → most restrictive | Limits what guests see in the directory |
| Guest invite settings | Members and guests / members only / admins only / specific roles | Core B2B control |
| External collaboration settings | Domains allow/deny lists, one-time passcode | Complements guest invite policy |
For SC-300, "users can register applications" set to Yes is often the wrong answer in a regulated enterprise that wants App registrations controlled by Application Administrators. Guest invite set to "anyone including guests" is a common oversharing trap. When a scenario says "only the helpdesk and identity team may invite partners," map that to admins and users assigned to specific admin roles (or a tighter custom process), not open member invites.
User settings also intersect with self-service password reset (SSPR) and authentication methods, but those are deep topics in later chapters. Here, remember that directory defaults shape the attack surface before you write a single Conditional Access policy.
Group settings
Identity > Groups > General (group settings) governs self-service group management:
- Whether users can create Microsoft 365 groups and security groups.
- Whether owners can manage group membership without admins.
- Naming policies, expiration policies, and blocked words (often Microsoft 365 Groups / Entra ID Governance features depending on license).
- Group writeback and on-premises integration flags when hybrid identity is in play.
If a business unit needs collaborative M365 Groups but security teams must own all security groups used for Conditional Access, you do not turn off all group creation blindly. Prefer: allow M365 group creation for users if collaboration requires it; restrict security group creation; use role-assignable groups only for privileged role membership (covered in section 2.2).
Device settings
Identity > Devices > Device settings (and related Device enrollment / join configuration) is heavily tested because device identity feeds Conditional Access device filters and compliance signals.
| Setting | What it does | SC-300 angle |
|---|---|---|
| Users may join devices to Microsoft Entra | All / Selected / None | Limit Entra join to managed fleets |
| Users may register their devices with Microsoft Entra | Controls workplace join / registration patterns | Separate from full Entra join |
| Require Multi-Factor Authentication to join devices | Extra step at join time | Not a substitute for Conditional Access MFA for apps |
| Maximum number of devices per user | Caps device sprawl | Support vs security tradeoff |
| Additional local administrators on Microsoft Entra joined devices | Who gets local admin on the device | Least privilege on endpoints |
| Enterprise State Roaming | Roam settings for Entra joined Windows | Not the same as Intune compliance |
Scenario pattern: "Sales may Entra-join laptops, contractors may not." Answer with Selected users/groups for join, not Global Administrator open access. Another pattern: "Users keep getting local admin on Entra joined PCs." Check Additional local administrators on Microsoft Entra joined devices and remove broad groups.
Custom domain names
Default domain contoso.onmicrosoft.com always exists. Production tenants add custom domains such as contoso.com and fabrikam.com.
Workflow:
- Add domain in Microsoft Entra admin center (Identity > Settings > Domain names) or Microsoft 365 admin center.
- Verify ownership with DNS records Microsoft supplies—commonly a TXT record (or MX in some flows). Verification proves you control the DNS zone.
- Optionally mark a domain as primary so new users get that domain in suggested UPNs.
- Assign UPNs and email addresses using verified domains only.
| Domain state | Meaning | Can use for UPN? |
|---|---|---|
| Unverified custom domain | Added but DNS not proven | No |
| Verified managed domain | Cloud-authenticated identities | Yes |
| Verified federated domain | Auth redirected to federation STS (e.g., AD FS) | Yes, with federation trust |
| Initial *.onmicrosoft.com | Always present | Yes, but rarely desired as primary brand |
Exam distinctions:
- Verification ≠ federation. Verifying DNS makes the domain usable; federation is a separate auth design.
- You cannot set an unverified domain as primary for production user naming.
- Multiple verified domains are normal (brands, acquisitions). Primary domain is a default convenience, not exclusive ownership.
- Subdomains may need their own verification depending on how DNS is structured; do not assume parent verification automatically covers every child for all scenarios—follow the portal verification requirements shown for that domain.
When a scenario says users still show @contoso.onmicrosoft.com after a rebrand, the fix is usually: verify contoso.com, set it primary if desired, then update user UPNs (bulk or Graph/PowerShell), not "delete the onmicrosoft domain" (you generally cannot remove the initial domain).
Company branding (sign-in page experience)
Company branding customizes the Microsoft Entra sign-in and account experiences users see in browsers and many Microsoft first-party apps. Path: Microsoft Entra admin center > User experiences > Company branding (labels evolve; look for Company branding / Sign-in page).
You can configure:
- Sign-in page background image or color
- Banner logo and square logo variants
- Username hint / sign-in page text
- Custom CSS (within supported limits) for advanced layout tweaks
- Browser language / locale-specific branding so French users see different art than English users
- Favicon and other supported chrome elements where available
Branding is not Conditional Access and not a security control that blocks attackers by itself. It is still exam-relevant because:
- Users train on a consistent look; phishing pages that lack your branding are easier to spot in awareness programs.
- Multinational firms need locale-specific branding.
- Misapplied branding (wrong logo after acquisition) is a common "configure the tenant" task.
| Requirement | Branding action |
|---|---|
| Default look for all users without a language match | Configure Default branding |
| Japan-specific imagery and text | Add branding for ja (or required locale) |
| Hide generic Microsoft-only experience for staff | Upload logo + background + username hint |
| Contractors using B2B | They still hit your tenant's branded sign-in when authenticating to your resources |
Licensing note for study: some advanced branding and organizational messages historically required Microsoft Entra ID P1/P2 or Microsoft 365 suites that include those rights. On SC-300, if a scenario mentions "custom branding for the sign-in page," select Company branding configuration—not Azure Front Door and not a custom SAML app skin—unless the question is clearly about an app's own UI.
Putting it together for exam scenarios
Walk every tenant-admin scenario in this order:
- Identity of the directory — correct tenant, properties, contacts, privacy URL.
- Who can do what by default — user, group, and device settings aligned to least privilege.
- Which names are trusted — verified domains, primary domain, UPN plan.
- What users see at auth time — company branding per locale.
- What must wait for later chapters — Conditional Access, PIM, hybrid auth methods—but those assume a clean tenant baseline.
Tenant hygiene is not glamorous, but it is the difference between a directory you can govern and a directory that invents new exceptions every week. For SC-300, expect at least one question that is "pure" tenant configuration rather than Conditional Access theater.
An organization wants new cloud users to receive UPNs like user@fabrikam.com instead of user@fabrikam.onmicrosoft.com. Which sequence is required first?
A security team wants only selected employees to Microsoft Entra join corporate Windows devices, and those devices must not grant every joiner local administrator rights. Which pair of device settings should you configure?
Where do you customize the Microsoft logo, background image, and username hint that users see on the Entra sign-in page?
In a regulated enterprise, which default user setting most directly reduces shadow application registrations in the tenant?