Edge Browser Sign In

Andrew Thompson 1 Reputation point
2021-05-24T12:43:25.173+00:00

Hi,

We are running a hybrid environment and I've been tasked with applying Enterprise Sync to all users.

What I want to achieve is that when a user opens the browser, they are logged in using their UPN and password.
Both of these match our on prem config.

Does anyone know how I could do this?

Thanks

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,125 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,458 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,306 Reputation points
    2021-05-24T13:25:03.813+00:00

    Hi @Andrew Thompson · Thank you for reaching out.

    As you have a Hybrid environment, I would suggest you to perform Hybrid Azure AD Join for this purpose. Now depending on if your domain is Federated(using ADFS for instance) or Managed, the steps may vary. Below are the tutorials for each scenario:

    Once the devices are Hybrid Azure AD joined and you sign into that Windows device using Azure AD User account (synced from On-premises), you will get a PRT (Primary Refresh Token). PRT will be used to facilitate Single Sign-on when you access a cloud app federated to your Azure AD tenant on the Hybrid Joined device. Once you perform MFA (If enabled), this information will also be stored in PRT and you won't be required to do MFA again on that device.

    Another option that you may consider is Seamless SSO using AD Connect.

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

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.