It seems that the issue you are experiencing with logging into Microsoft 365 using your corporate credentials may be related to the federation setup with ADFS. When your corporate domain is synced with Microsoft 365 using ADFS, it's important to ensure that the federation trust is correctly configured.
Here are some potential causes and solutions for your issue:
- Federation Trust: Check if there is a federation trust between Microsoft Entra ID (formerly Azure AD) and your ADFS server. You can run the
Get-msoldomain
cmdlet from Azure AD PowerShell to verify if your domain is federated. If it is, its authentication property should display as Federated. - Domain Configuration: Ensure that the domain.com is properly configured in your ADFS settings. If there are issues with the Issuance Transform rules or if the domain is not correctly federated, it could lead to the behavior you're experiencing.
- Directory Synchronization: If directory synchronization issues are present, they may prevent proper user account configuration on-premises from syncing to Microsoft Entra ID. Make sure that the same Microsoft 365 user account is created for each on-premises user account.
- Subdomain Issues: If your corporate domain has subdomains, ensure that they are correctly set up and that the federation status is consistent across the parent and subdomains.
If these steps do not resolve the issue, you may want to consult with your IT administrator for further assistance in troubleshooting the federation and synchronization settings.
References: