What are the types of Authentication?

There are 3 types of Authentication. Windows, Forms and Passport Authentication.

  1. Windows authentication uses the security features integrated into the Windows NT and Windows XP operating systems to authenticate and authorize Web application users.
  2. Forms authentication allows you to create your own list/database of users and validate the identity of those users when they visit your Web site.
  3. Passport authentication uses the Microsoft centralized authentication provider to identify users. Passport provides a way to for users to use a single identity across multiple Web applications. To use Passport authentication in your Web application, you must install the Passport SDK.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?