Back to blog

Sign in with Apple: prepare for private.icloud.com in enterprise

Article created on September 3, 2026 · Apple source published on August 24, 2026 · Official source: Apple Developer · Topic: identity, applications and email

Apple says that later in 2026, new addresses created by Sign in with Apple will use private.icloud.com instead of privaterelay.appleid.com. Existing addresses will continue to work. Enterprises therefore need to manage both domains concurrently without breaking account creation, notifications or access recovery.

1. What Apple is changing — and what remains unchanged

The change applies to new relay addresses generated when a user chooses to hide their email with Sign in with Apple. Apple says addresses already issued on privaterelay.appleid.com will continue forwarding email without interruption. Teams should neither migrate these identifiers arbitrarily nor replace an existing address in their database.

Apple also says iCloud+ Hide My Email addresses will remain on icloud.com. Teams should avoid applying a rule designed specifically for Sign in with Apple to the separate iCloud+ service.

2. The risk sits inside invisible rules

An application can accept an address on screen and reject it later through an overly restrictive regular expression, domain allowlist, antifraud rule, identity normalization process, CRM export, helpdesk workflow or email gateway. Apple explicitly asks developers to accept private.icloud.com alongside the previous domain in account systems, email validation logic and allowlists.

Testing should cover the full lifecycle: signup and sign-in, transactional email, verification, invitation, reset, address change, deletion and account restoration. Logs should distinguish an application rejection from an email gateway block or relay failure.

3. What does this announcement change for a Belgian or French organization?

For an SMB using standard SaaS products, the practical step is to obtain written compatibility confirmation from the vendor. For mid-market and large organizations operating customer, partner or employee apps, identity, development, CRM, security and support teams should jointly find assumptions encoded around the historical domain. Public-sector bodies should also retain traceable changes and regression-test evidence.

The topic is European as well as technical: a relay address remains account data used in business processes. Teams should check retention periods, exports, matching and data-subject request procedures without trying to infer a user’s real identity from the domain.

4. Underside analysis: separate the identifier from the email domain

Our view is that a relay address should not be the immutable business key for a user. The application should rely on the stable identifier provided by the Sign in with Apple flow, while the address supports contact under Apple’s rules. This separation reduces duplicate accounts and takeover risks when the domain, address or sign-in journey changes.

This work complements governance for Managed Apple Accounts and passwordless authentication on Mac. Sign in with Apple, enterprise federation and Platform SSO serve different purposes; their coexistence should be documented rather than assumed.

5. Preparation plan before the transition

Goal: accept both Apple domains across the entire chain while retaining a stable account identifier and a testable recovery process.

Audit an Apple identity chain

Official sources: Apple Developer — Update: New domain for Sign in with Apple, published August 24, 2026, and Communicating using the private email relay service (accessed September 3, 2026).