I am trying to find out how to authenticate Active Directory users to a remote server.
The goal is to use SPNEGO to receive a Kerberos ticket. The Kerberos ticket can then be decrypted and the identity of the user can be estabilished.
What I do not understand, is why access between server and Kerberos is required. Since the Service Ticket contains the client identity and is encrypted by the TGS private key, the Server does not need access to the Kerberos TGS. It can just decrypt the Ticket and know the user identity. Can anybody explain to me why it is necessary?
http://www.adopenstatic.com/cs/blogs/ken/archive/2007/01/16/1054.aspx
Any schemes like Identity Providers or WIF does not seem necessary to me if all I want is a client identity.