Client Access Servers in Exchange Server 2007 support more authentication methods than front-end servers in Exchange Server 2003. You can configure the following types of authentication methods on the Exchange 2007 Client Access server:
-
Standard
-
Forms-based authentication
In addition, you can use the following forms of authentication, which are discussed in more detail at the end of this topic:
-
ISA Server forms-based authentication
-
Smart card and certificate authentication
-
RSASecureID authentication
Standard and Forms-Based Authentication
You can configure standard and forms-based authentication methods for Outlook Web Access by using the Exchange Management Console or the Exchange Management Shell.
-
Standard authentication methods Standard authentication methods include Integrated Windows authentication, Digest authentication, and Basic authentication. For more information about how to configure standard authentication methods, see Configuring Standard Authentication Methods for Outlook Web Access.
-
Forms-based authentication Forms-based authentication creates a logon page for Outlook Web Access. Forms-based authentication uses cookies to store encrypted user logon credentials and password information. For more information about forms-based authentication, see Configuring Forms-Based Authentication for Outlook Web Access.
Note: |
|---|
|
If you configure multiple authentication methods, Internet Information Services (IIS) uses most restrictive method first. IIS then searches the list of available authentication protocols starting with the most restrictive until an authentication method that is supported by the client and the server is found.
|
Comparison of Standard and Forms-Based Authentication Methods
Table 1 compares the standard and forms-based authentication methods by using security levels, handling of user logon credentials, and client requirements as the criteria.
Table 1 Comparison of standard and forms-based authentication
|
Authentication method
|
Security level
|
How passwords are sent
|
Client requirements
|
|---|
|
Basic authentication
|
Low (unless Secure Sockets Layer (SSL) is enabled)
|
Base 64-encoded clear text
|
All browsers support Basic authentication.
|
|
Digest authentication
|
Medium
|
Hashed by using MD5.
|
Microsoft Internet Explorer 5 or later versions
|
|
Integrated Windows authentication
|
Low (unless SSL is enabled)
|
Hashed when Integrated Windows authentication is used; Kerberos ticket when Kerberos is used. Integrated Windows authentication includes the Kerberos and NTLM authentication methods.
|
Internet Explorer 2.0 or later versions for Integrated Windows authentication.
Microsoft Windows 2000 Server or later versions with Internet Explorer 5 or later versions for Kerberos.
|
|
Forms-based authentication
|
High
|
Encrypts user authentication information and stores it in a cookie. Requires SSL to keep the cookie secure.
|
Internet Explorer
|