What are the types of Authentication in ASP.NET?
1933
16-Apr-2018
Anonymous User
16-Apr-2018There are three types of authentication present in ASP.NET:
Windows Authentication: This type of authentication method uses built-in windows security features to authenticate user.
Forms Authentication: This type of authentication authenticate against a customized list of users or users in a database.
Passport Authentication:This type of authentication validates against Microsoft Passport service which is basically a centralized authentication service.