Hybrid Azure AD Join ADFS claims rule to only allow windows 10 versions

Chabango 41 Reputation points
2021-04-06T13:27:37.57+00:00

I am testing the deployment of Hybrid Azure AD Join in a federated domain to 32k users. We want to limit the rollout to only Windows 10 version 1909 (latest) and later. I know that we can use the Controlled Validation option that Microsoft describes by deleting the SCP in AD and applying the registry values. Our issue with the GPO option is that we have found that users on VPN are not always receiving GPO adn is not a reliable method. AS an alternative, is it possible to modify the ADFS claims rules to only allow version 1909 and above and control access that way?

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,186 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Pierre Audonnet - MSFT 10,166 Reputation points Microsoft Employee
    2021-04-06T22:46:37.663+00:00

    Those rules are used only for the registration phase. Once the device has registered into Azure AD, it no longer contacts ADFS.

    So I am not sure how a GPO would be relevant in this scheme (unless you mean a GPO with a WMI filter tha would apply only to 1909 and higher?).

    That said, you could control the issuance of the token you need for registration (and add conditions...). But the point would be very limited. And if the machine cannot get a token from ADFS, they will fallback into Synchronized Mode (so they would end up being registered anyways as long as the respective computer is in scope of the synchronization).

    I am curious to know why it matters anyways. What is the issue with lower Windows 10 version being Hybrid Azure AD Joined?

    0 comments No comments

  2. Chabango 41 Reputation points
    2021-04-06T23:18:18.52+00:00

    The GPO I am referring to the one Microsoft recommends for Controlled Validation hybrid-azuread-join-control

    Windows 10 will look at the registry first before looking in AD for the SCP.

    The reason we want to limit the version is that there are older version of Windows 10 that are in the environment. 1803 and below do not remove the Azure AD registration automatically so there is a manual process that we want to avoid. We ar ein ten middle of a hardware refresh and only want the latest to apply.