Azure certificate based authentication

Skip Hofmann 341 Reputation points
2022-06-16T16:45:27.07+00:00

Hello

I am reading the below article regarding using Azure CBA. I'm trying to understand how this is different from using Windows hello for business, and how the two authentication methods stack up against each other? It sounds like the same authentication to me, the certs are protected by the TPM. However it doesnt sound like you can use CBA to log onto the device itself. Can WH4B and CBA used in combination ?

https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-certificate-based-authentication

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Cristian SPIRIDON 4,486 Reputation points Volunteer Moderator
    2022-06-17T05:10:53.793+00:00

    Hi,

    You are right. The CBA from the article is for authentication against Azure AD not on prem or local device.

    WHfB is designed for the device so those are two different things: one is for authentication against the cloud and one is for authentication against the local device.

    Hope this helps!

    0 comments No comments

  2. Givary-MSFT 35,621 Reputation points Microsoft Employee Moderator
    2022-06-18T14:32:12.643+00:00

    @Skip Hofmann

    Thank you for reaching out to us. As @Cristian SPIRIDON mentioned, Azure AD Certificate based authentication enables customers to allow or require users to authenticate with X.509 certificates against their Azure Active Directory (Azure AD) for applications and browser sign-in. where Windows Hello for Business replaces passwords with strong two-factor authentication on devices. This authentication consists of a new type of user credential that is tied to a device and uses a biometric or PIN.

    To answer this Can WH4B and CBA used in combination ?
    Why not, you can use it, WH4B would have PRT during the sign-ins, provides SSO, you wont get the opportunity to do any other cert ( CBA ). Its something WH4B is used to sign-in and browser want to use "FIDO2" keys.
    Implementation wise it is possible but wont be of much helpful, you wont get the opportunity to do that, as SSO takes precedence unless you use private browser.

    Let me know if you have any further questions.

    Please remember to "Accept Answer" if answer helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments

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.