Share via

configure an App Registration in the Microsoft CORP tenant to trust certificates based on Subject Name + Issuer instead of thumbprint for service principal authentication?

Nick Andres 20 Reputation points Microsoft Employee
2026-02-13T01:39:43.0566667+00:00

How do I configure an App Registration in the Microsoft CORP tenant to trust certificates based on Subject Name + Issuer instead of thumbprint for service principal authentication?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

Answer accepted by question author
  1. Sridevi Machavarapu 22,120 Reputation points Microsoft External Staff Moderator
    2026-02-13T03:08:20.5233333+00:00

    Hello Nick Andres,

    As discussed offline, this is not supported in Microsoft Entra ID.

    For application and service principal authentication, App Registrations only trust certificates that are explicitly added to the app and matched by their thumbprints. Trust based on Subject Name and Issuer is not available for applications.

    There is no portal setting, Microsoft Graph API parameter, tenant policy, or CORP-specific feature to enable this.

    When a certificate renews, the thumbprint changes, even if the Subject and Issuer stay the same. Because of this, authentication will fail until the new certificate is added to the App Registration. This is expected behavior.

    The supported approach is to automate certificate renewal and update the App Registration when the new certificate is issued, ideally keeping overlapping certificates to avoid downtime. If the workload runs in Azure, Managed Identity can also be considered to remove certificate management.

    In short, App Registrations only support thumbprint-based certificate trust, and subject/issuer-based trust is not available today.

    Hope this helps! Feel free to reach out for further queries.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.