简体   繁体   English

什么协议用于针对Azure广告对Windows 10计算机进行身份验证?

[英]What protocol is used to authenticate windows 10 machine against azure ad?

I want to learn how Windows AD works behind the scenes and here is first question. 我想了解Windows AD在幕后的工作方式,这是第一个问题。 What protocols is used to authenticate Windows 10 devices against Azure AD? 哪些协议用于针对Azure AD对Windows 10设备进行身份验证?

Here's a good article on Azure AD authentication protocols. 这是一篇有关Azure AD身份验证协议的好文章。 Essentially it breaks down to OAuth 2.0 and SAML 2.0 among others 从本质上讲,它可以分解为OAuth 2.0和SAML 2.0

https://azure.microsoft.com/en-us/documentation/articles/active-directory-authentication-protocols/ https://azure.microsoft.com/zh-CN/documentation/articles/active-directory-authentication-protocols/

Versus Windows Active Directory which supports LDAP and ADSI among a few others. 与Windows Active Directory相比,后者支持LDAP和ADSI。

https://technet.microsoft.com/en-us/library/cc961766.aspx https://technet.microsoft.com/zh-CN/library/cc961766.aspx

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何对ASP.NET应用程序中另一台计算机上的本地Windows用户进行身份验证? - How would I authenticate against a local windows user on another machine in an ASP.NET application? 当设备已在 Azure AD 中时,无法在 Intune 中注册 Windows 10 - Imposible to enroll Windows 10 in intune when devices already in Azure AD Windows 10 Insider Preview中与CameraCaptureUi一起使用的功能 - What used with the CameraCaptureUi in windows 10 insider preview 如何在 Windows 10 azure 虚拟机中使用 virtualbox - How to use virtualbox in a Windows 10 azure virtual machine 在 windows 资源管理器中使用什么 API/协议来实现“共享”功能 - What API/protocol is used to implement `Share` feature in windows explorer microsoft windows 10 企业机器上的这个 FINDSTR 命令有什么问题 - What is wrong wit this FINDSTR command on microsoft windows 10 enterprise machine 无法在我的 Azure Windows-10 VM 上使用域/本地用户进行身份验证 - Unable to Authenticate using Domain/Local User on my Azure Windows-10 VM 如何检查Windows计算机加入的Azure AD域的名称? - How can I check the name of the Azure AD domain that a Windows machine is joined to? Azure AD 如何验证 windows 凭据[ login.microsoftonline.com/<tenant_id> /oauth2/授权]</tenant_id> - How does Azure AD validates against the windows credentials[ login.microsoftonline.com/ <tenant_id>/oauth2/authorize ] Signalr WebSockets无法在启用了Websocket协议的Windows Server 2012 R2 + IIS 8.5上运行,但可在本地开发计算机上运行(Win 10) - Signalr WebSockets not working on Windows server 2012 R2 + IIS 8.5 with enabled websocket protocol, But works on local development machine (Win 10)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM