Platform SDK: Active Directory, ADSI, and Directory Services |
Mutual authentication is a security feature in which a client process must prove its identity to a service, and the service must prove its identity to the client, before any application traffic is sent over the client/service connection.
Active Directory™ and Microsoft® Windows® 2000 provide support for service principal names (SPN), which are a key component in the Kerberos mechanism by which a client authenticates a service. An SPN is a unique name that identifies an instance of a service and is associated with the logon account under which the service instance runs. The components of an SPN are such that a client can compose an SPN for a service without knowing the service's logon account. This enables the client to ask the service to authenticate its account even though the client doesn't know the name of the account.
This chapter discusses the following topics:
This chapter focuses on using Active Directory for mutual authentication, in particular, the role that service connection points and service principal names play in mutual authentication. It is not intended to exhaustively document how to use SSPI for mutual authentication or the authentication and security support available for RPC and Windows Sockets applications.
For more information, see the following topics: