搜尋此網誌

2013-12-11

Asp.Net Authentication

ASP.NET 2.0如何使用Login來存取自己的使用者資料庫
不使用.Net的Membership Provider功能,使用自訂方式驗證。


概略解釋 Forms Authentication 的運作
ASP.NET 自訂角色的方式(不用實做 Role Provider)
ASP.NET 2.0 表單身份認證心得筆記
如何結合網域帳戶,自訂ASP.NET應用程式授權
ASP.Net 同時使用Windows Authentication與Forms Authentication混合認證 Mixed Security


學習ASP.NET 2.0會員機制三部曲
將預設的 Membership、Roles 等功能所使用的資料庫以 SQL Server 取代
ASP.NET 2.0 建置自己的成員資格提供者
AProvider Toolkit
Source Code for the Built-in ASP.NET 2.0 Providers Now Available for Download
ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security Resources
Sample Access Providers - 將ASP.NET 2.0的Membership功能用在access.mdb上
ASP.NET Membership – Show list of users online
ASP.NET 2.0 Providers: Introduction
[ASP.NET]登入成功後,依照不同的Role(或者其他條件),轉到指定的頁面
Create Database Tables for ASP.NET Build in Membership, Role and Profile


Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013
Visual Studio 2013 and ASP.NET Web Configuration Tool




ASP.NET 自訂角色的方式(不用實做 Role Provider)
HttpContext.User 屬性
IIdentity 屬性
IPrincipal 介面
IIdentity 介面
GenericPrincipal 類別
HOW TO:建立 GenericPrincipal 和 GenericIdentity 物件

ASP.NET MVC - Set custom IIdentity or IPrincipal
Is it possible to extend the User.Identity structure (ASP.Net/MVC) somehow?
ClaimsPrincipal 類別
Windows Identity Foundation 4.5 Overview






使用ASP.NET SimpleMembership 提供者 (4.5)


ASP.NET MVC 實做登入機制
ASP.NET MVC 實做具有多個角色權限的登入功能
ASP.NET MVC 實做具有多個角色權限的登入功能 - 使用客製 RoleProvider
[ASP.net MVC] ASP.net MVC整合FormsAuthentication表單驗證登入 - 簡易範例程式碼
[ASP.MVC] 當jQuery Ajax呼叫遇上Login Timeout的處理

A Beginner's Tutorial on Custom Forms Authentication in ASP.NET MVC Application



沒有留言: