SharePoint Server 2010 provides a flexible and extensible authentication system, which supports authentication for identity management systems that are based or are not based on the Microsoft Windows operating system. By integrating with ASP .NET pluggable authentication, SharePoint Server 2010 supports a variety of authentication scenarios, including:
- Using standard Windows authentication methods.
- Using a simple database of user names and passwords.
- Connecting directly to an organisation’s identity management system.
- Using two or more methods of authentication for accessing partner applications (such as, connecting to your partner company’s identity management system for authenticating partner employees while using Windows authentication methods to authenticate your internal employees).
- Claims: Claims authentication for SharePoint Server 2010 is built on the Windows Identity Foundation, which is a set of .NET Framework classes that are used to implement claims-based identity.
- Windows: The standard IIS Windows authentication methods are supported.
Below are the following types of windows authentication:- Anonymous
- Basic
- Digest
- Certificates
- Kerberos (Integrated Windows)
- NTLM (Integrated Windows)
- Forms-based authentication (FBA): SharePoint Server 2010 adds support for identity management systems that are not based on Windows by integrating with forms-based authentication. Forms-based authentication enables SharePoint Server 2010 to work with identity management systems that implement the MembershipProvider interface. You do not need to rewrite the security administration pages or manage shadow Active Directory directory service accounts.
Below are the following types of FBA authentication:
- Lightweight Directory Access Protocol (LDAP)
- SQL database or other database
- Other forms-based authentication solutions