In Active Directory, Service Principal Name (SPN) is a string that uniquely identifies a service on a host.
SPN Format
serviceclass "/" hostname [":" port | ":" instancename] ["/" servicename]where serviceclass can be something likeHTTPfor IIS orMSSQLSvcfor MS SQL server.