Sign-in log for browser is lacking device ID

Romain PHILIPPE 6 Reputation points
2020-11-18T08:37:05.74+00:00

Hello,

My company is working with hybrid-azure ad joined devices.

We wished to use a conditional access policy to require MFA to sign-in to all apps, except from Hybrid-joined devices.

It's working fine for all client apps, but I have a problem with sign-in from browser.

Some sign-ins, not all, are prompted for MFA despite using a correctly hybrid-joined device.

Looking at AAD sign-in logs :

  • A minority of sign-in attempts to log on from Edge Browser on correctly hybrid-joined devices are lacking any "Device ID" info in AAD sign-in logs, and so those sign-ins are prompted for MFA.
  • Most, but not all of the connection from other browsers (chrome, firefox) on correctly hybrid-joined devices are lacking the device ID. Some chrome browser seems to have it though.

What is the rule there, are we forced to work with Edge in this scenario ? What would cause my edge sign-in to not have the device ID ?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,365 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. VipulSparsh-MSFT 16,231 Reputation points Microsoft Employee
    2020-11-19T05:33:19.377+00:00

    @Romain PHILIPPE Can you make sure that you are logged in to the Edge browser with corp credential and try again.

    This might happen if the device is not correctly registered to AAD or if the devices are in dual state.
    To troubleshoot the device state you can use the following PowerShell script to verify the device health :
    https://gallery.technet.microsoft.com/Device-Registration-84e1fa4f and check for option 5.

    40955-image.png

    -----------------------------------------------------------------------------------------------------------------

    If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.


  2. Long Nguyen Xuan 1 Reputation point
    2021-09-13T09:24:47.553+00:00

    Dear @VipulSparsh-MSFT ,

    We have one app which is installed from Intune via the Company Portal app in the same way as Edge.
    However, our app cannot send device ID to Intune as Edge does when doing SSO.
    What should we do to make our app be able to send Device ID to Intune?

    Thanks