简体   繁体   中英

Azure AD Integrated Authentication

I want to implement something like the Windows Integrated Authentication, where the user data was read from your pc which was in the intranet of the organisation.

We have registered our organisation on Azure and set up the Azure AD and we have apps that use SSO to connect to the AD and retrieve user data from it. We are also able to login to our devices with "name.surename@organisation.onmicrosoft.com" account.

Questions:

  1. Is it possible to automatically authentificate the user to our web apps, just by using the pc login information?
  2. Is there a Authentification Scheme that allows us to use the Azure AD to authentificate the user in a way it is done with the Windows Integrated Authentication

The end goal would be to have something like Windows Integrated Authentication but with the device in the Azure Domain of the organisation.

1.Is it possible to automatically authentificate the user to our web apps, just by using the pc login information?

Yes, It is possible. But you need a lot of work to do. You can configure your application for SSO with Azure AD. This need Azure AD premium first.

Then,you need to use Azure AD join to let your devices in your organization join Azure AD. But this requires all your devices are windows 10.

After joining Azure AD, you can use the Azure AD account to sign in your device and you will found that you can Single-Sign-On (SSO) to your Azure managed SaaS apps and services . Your users don't see additional authentication prompts when accessing work resources. The SSO functionality is even when they are not connected to the domain network available.

Is there a Authentification Scheme that allows us to use the Azure AD to authentificate the user in a way it is done with the Windows Integrated Authentication

I understand what you want. Actually,Azure AD doesn't work as local AD and may not have some features as local AD. It doesn't support kerberos neither. As the above I mentioned, you can use Azure AD join to achieve what you want. Join your devices to Azure AD, you can just manage them via Azure AD because they are under your organization.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM