clientconfig.microsoftonline-p.net is a CNAME (Canonical Name) DNS record used by Microsoft Online Services (MSOID) for authentication and identity verification in Microsoft 365 (Office 365) and Azure AD. This record is part of the system that allows users to log into various Microsoft services using single sign-on credentials.
Without a properly configured MSOID record, users may experience issues logging in, configuring client applications, or using certain Microsoft 365 features.
If you're setting up Microsoft 365 or Azure AD, you must add an MSOID CNAME record to your domain's DNS settings. This record is essential for proper Microsoft authentication services.
The Microsoft 365 Admin Center provides the exact CNAME record you need to add. The record typically looks like this:
| Record Type | Host (Name) | Value (Target) | TTL |
|---|---|---|---|
| CNAME | msoid.yourdomain.com | clientconfig.microsoftonline-p.net | 3600 |
Replace yourdomain.com with your actual domain name.
For cPanel Users
For Cloudflare Users
For Other Registrars (GoDaddy, Namecheap, etc.)
After adding the DNS record, ensure it has propagated correctly.
Using Command Line (Linux/Mac)
Expected Output:
Using Windows CMD
Using Online Tools
msoid.yourdomain.com and ensure the record resolves to clientconfig.microsoftonline-p.net.| Problem | Solution |
|---|---|
| MSOID record not resolving | Wait 24-48 hours for DNS propagation (or longer for global propagation) |
| Incorrect MSOID record value | Ensure it points to clientconfig.microsoftonline-p.net (without https:// or trailing slash) |
| Microsoft 365 login issues | Check if other required DNS records are properly configured (MX, TXT, SPF, DKIM) |
| Cloudflare proxy issue | Disable proxy for the MSOID record (set to "DNS Only" - grey cloud icon) |
| Task | Steps |
|---|---|
| Find the MSOID record | Get CNAME data from the Microsoft 365 Admin Center |
| Add MSOID record to DNS | Use cPanel, Cloudflare, or your DNS provider |
| Verify MSOID record | Use dig, nslookup, or MXToolbox |
| Troubleshoot issues | Ensure correct value, wait for propagation, check other DNS records |
Your MSOID record (clientconfig.microsoftonline-p.net) is now properly configured for Microsoft authentication!