Security Support Provider Interface is the implementation of the Generic Security Service API GSSAPI in Windows Server 2003.
The default Security Support Providers in Windows Server 2003/Windows Server 2008 are plugged into the SSPI in the form of DLLs. Additional SSPs can be plugged in if they are interoperable with the SSPI.
Security Support Provider Interface is the implementation of the Generic Security Service Application Program Interface (GSSAPI) in Windows Servers:
are plugged into the SSPI in the form of DLLs. Additional SSPs can be plugged in if they are interoperable with the Security Support Provider Interface.The SSPI in Windows Server 2003 and later provides a mechanism that carries authentication tokens over the existing protocol, thus eliminating the need for communicating parties to specify a network protocol for use during authentication. When two parties need to be authenticated so that they can communicate, the requests for authentication are routed to the SSPI, which completes the authentication process, regardless of the network protocol currently in use.
Any application can make a request of the SSPI. Each of these requests goes through the SSPI, for example:
![]() |