Hello @Shubham Sharma
Thank you for contacting Q&A Forum. If you can still see see details of ADFS present even after successfully migrating from federated authentication to cloud authentication, this is normal and doesn’t mean ADFS is still active. It's due to the domain federation settings in Entra ID haven’t been explicitly removed and Entra Connect itself still leaves historical federation configuration for reference or rollback purposes.
You can remove any remaining ADFS reference by:
- Verify Domain Is Using Cloud Authentication
Run this PowerShell command using the Microsoft Graph PowerShell module:
Get-MgDomainFederationConfiguration -DomainId yourdomain.com
If federation settings are still present, you can remove them.
- Convert Domain to Managed (Cloud Authentication)
Use this command to switch the domain to managed:
Set-MgDomainAuthenticationConfiguration -DomainId yourdomain.com -FederationSettings $null
After removing all references of ADFS, please make sure to do the following steps:
- Decommission ADFS Servers (if no longer needed for other apps).
- Remove Relying Party Trusts from ADFS for Microsoft 365.
- Update DNS Records if they pointed to ADFS endpoints.
- Monitor Sign-ins in Entra ID to ensure no failed ADFS attempts.
- Document the Migration and backup any ADFS configurations before full removal.
- install the Microsoft Entra Connect to check if the legacy settings still exist or not.
Kindly let me know if this work for you and please let me know if you have any further questions.
If I have answered your question, please accept this answer as a token of appreciation and don't forget to give a thumbs up for "Was it helpful"!
Best regards,
Megan