Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What are the Kerberos authentication process steps in MS Windows Server?

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2017/10/11

its Based on Symmetric key cryptography,then provides KDC scalability, kerberos ticket provides secure transport of a session key, KDC distributes the sesssion key to the clients  and last the ticket granting limits use of master keys

Utilisateur supprimé
par Utilisateur supprimé

Good time of the day,

 

Here are the 6 steps of authen\\author process:

 

1) Client requests ticket

2) Ticket granted (if clients decrypts it with password hash then next step)

3) decrypted ticket sent to kerberos

4) Kerberos grants service ticket

5) Service ticket decrypted, request from client to authenticate

6) Auth granted, session begins

More Questions Like This