Can we hide the Certificate Thumbprint value inside our Azure Active Directory App's certificate

john john 1,021 Reputation points
2023-02-24T14:38:50.9066667+00:00

We have uploaded a certificate under our Azure Active Directory App:-

User's image

but the issue is that any user who have access to this Azure AD App >> can view the Thumbprint value of the certificate .. so is there a way to hide this Thumbprint value from end users?

Thanks

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

1 answer

Sort by: Most helpful
  1. Vasil Michev 119.8K Reputation points MVP Volunteer Moderator
    2023-02-24T15:02:15.44+00:00

    Why? The Thumbprint plays no part in the authentication process, it's just an identifier for the certificate.

    If you want to restrict end users from seeing it, you can block their access to the Azure portal altogether: https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/users-default-permissions#restrict-member-users-default-permissions

    But users with admin roles will still be able to see the thumbprint value.


Your answer

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