SSO differences between Entra ID joined devices and others

passione 120 Reputation points
2026-04-30T14:54:44.15+00:00

Hello everyone,

I want just to ask if there are any difference on how an SSO implementation of Entra ID could work on joined/Hybrid joined/registered devices and unregistered devices.

Thanks.

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Most helpful
  1. AI answer

    2026-04-30T14:55:05.4633333+00:00

    SSO behavior in Microsoft Entra ID differs mainly based on whether the device has a cloud device identity (joined/hybrid joined/registered) and which SSO mechanism is used.

    1. Device types and SSO mechanism
    • Microsoft Entra joined devices
      • Device is joined directly to Microsoft Entra ID (no on-prem AD join).
      • SSO is provided via the Primary Refresh Token (PRT), not Kerberos.
      • Gives SSO to Microsoft Entra–protected apps and, when the device can reach a domain controller, SSO to some on-premises resources as well.
      • SSO works automatically in Microsoft Edge and in Chrome with the browser extension.
      • Authentication uses modern OAuth/OpenID Connect protocols over the internet.
    • Hybrid Microsoft Entra joined devices
      • Device is joined to on-premises AD and registered in Microsoft Entra ID.
      • Also uses PRT-based SSO for Microsoft Entra–protected resources.
      • Can additionally use Kerberos/NTLM for on-premises apps because the device has an on-prem computer account.
      • SSO via PRT is the recommended method on Windows 10/11 and takes precedence over Seamless SSO when both are enabled.
    • Microsoft Entra registered devices (personal/BYOD)
      • Device is not domain-joined; a work/school account is added (“Add work or school account”).
      • Device gets a cloud identity and uses PRT-based SSO to Microsoft Entra–protected apps.
      • Good for BYOD scenarios; still supports Conditional Access and compliance when managed.
    • Unregistered devices
      • No device object in Microsoft Entra ID.
      • No PRT, so no device-based SSO.
      • Users authenticate per app/session (e.g., interactive sign-in, possibly Seamless SSO if the device is domain-joined and on-prem, but not Entra joined/registered).
      • Conditional Access can’t evaluate device state (compliant, hybrid joined, etc.), so device-based controls don’t apply.
    1. Seamless SSO vs PRT-based SSO
    • Seamless SSO
      • Signs users in automatically when on a domain-joined device on the corporate network.
      • Works with Password Hash Sync or Pass-through Authentication.
      • Not used on Windows 10 Microsoft Entra joined, Microsoft Entra hybrid joined, or Microsoft Entra registered devices.
    • SSO via PRT
      • Recommended for Windows 10, Windows Server 2016, and later.
      • Used on Microsoft Entra joined, hybrid joined, and registered devices once they are registered with Microsoft Entra ID.
      • Provides SSO to Microsoft Entra–protected apps and is the primary SSO mechanism for those device states.
    1. Impact on Conditional Access and management
    • Microsoft Entra joined / Hybrid joined
      • Device has a cloud identity, can be managed by Intune, and supports device compliance and Conditional Access policies.
      • Hybrid joined also has an on-prem AD identity and can use GPOs and on-prem auth (Kerberos/NTLM).
    • Microsoft Entra registered
      • Device identity exists in Entra ID; can be managed (e.g., via Intune) and participate in Conditional Access based on device compliance.
    • Unregistered
      • No device identity in Entra ID; Conditional Access can only use user and session signals, not device state.

    In summary: joined, hybrid joined, and registered devices all use PRT-based SSO and support richer Conditional Access and management. Unregistered devices lack PRT-based device SSO and device-based Conditional Access.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer 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.