ASP.NET :: Web Authentication > Windows Authentication Articles

幾篇關於 Windows 驗證的連結,內有基本的 Windows 驗證觀念、NTLM、Kerberos等,還有Windows驗證的注意事項!

這邊記錄幾篇關於 Windows 驗證的文章

Explained: Windows Authentication in ASP.NET 2.0

  • 介紹 ASP.NET Windows 驗證的幾種概念與方法,如 NTLM 與 Kerberos 等,這兩個驗證方式也是 SharePoint 預設的驗證機制!

How To: Use Windows Authentication in ASP.NET 2.0

  • 介紹幾種在 ASP.NET 2.0 中使用 Windows 驗證的方法,如
    • 基本的 Windows 驗證
    • Impersonate 的 Windows 驗證
    • Impersonating the Original Caller with Windows Authentication
    • Impersonating a Fixed Identity with Windows Authentication
    • Impersonating the Original Caller Programmatically

使用 IIS 驗證和 ASP.NET 模擬

ASP.NET 網站採用整合式 Windows 驗證的注意事項

  • 一些整合 Windows 驗證的基本觀念、注意事項與做法!

ASP.NET 2.0 中的 Windows 身份验证(图)