Domain authentication used for kerberos based authentication of users on my server

Posted by J G on Server Fault See other posts from Server Fault or by J G
Published on 2011-06-30T12:35:32Z Indexed on 2011/07/01 0:23 UTC
Read the original article Hit count: 283

Suppose a user process has authenticated itself against domain's directory server via kerberos, and then attempts opens a network socket to my server application.

My server application has a white-list of users from the domain directory server.

How does my server app authenticate the user from the directory based on this socket opening attempt?

(To keep things simple - let's say my server is written in Java, and the directory server is Active Directory)


EDIT My question is about how the client asks for an authentication token.

© Server Fault or respective owner

Related posts about domain

Related posts about authentication