Kerberos authentication between 2 applications
        Posted  
        
            by 
                Spivi
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Spivi
        
        
        
        Published on 2013-06-25T19:48:14Z
        Indexed on 
            2013/06/25
            22:22 UTC
        
        
        Read the original article
        Hit count: 292
        
authentication
|kerberos
We work on a server 2003 and server 2008 R2 enviroment.
I'm familiar with the basic usage of the Kerberos protocol where the protocol authenticates a client when he tries to use a shared resource (server, folder, printer, etc.).
We have three distinct and independent .NET applications that we develop inhouse (app A, app B & app C) but they need to communicate for a given reason (A recieves messages only from B and C and C recieves messages only from B).
Is it possible to configure the Kerberos services to authenticate messages/request between two .NET apps ? (Instead of a user-server authentication, we will have an application-application authentication)
© Server Fault or respective owner