Thank you for posting this in Microsoft Q&A.
As I understand you want to migrate from ADFS to Entra ID for authentication.
As per your explanation you already have an application (relying party) trust configured in your ADFS environment. And also, you have a claim provider trust created with your on-premises AD. Now you want to move everything to Azure for authentication.
To move the claim provider trust you will need to configure application in Entra ID.
Entra ID supports authentication protocols like SAML, Oauth and Open ID connect. So, first you need to make sure that the application supports any of the 3 authentication protocols which Entra ID uses.
Once you configure application in Entra ID, claim provider will be Entra ID for applications.
You can configure claims in Entra ID itself under application configuration. Once you configure this, claims will be provided by Entra ID and Entra ID becomes your claim provider.
You can check below prerequisites which are required for migration,
- You have a Microsoft Entra ID P1 or P2 license.
- You should have one of the following roles assigned,
- Cloud Application Administrator
- Application Administrator
- Global Reader (read-only access)
- Report Reader (read-only access)
- Microsoft Entra Connect should be installed on the on-premises environments, alongside Microsoft Entra Connect Health AD FS health agents.
You can refer below article for more information on how and what are required for migration,
https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/migrate-ad-fs-application-howto
Let us know if you have any further questions.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.