[Kerberos] Kerberos Authentication Process Collation

Source: Internet
Author: User

Kerberos is a security authentication protocol intended to provide

    • More secure authentication
    • Simplified management of password
    • Convenience of single
The basic structure of Kerberos
    • Kerberos Client: The party requesting the service
    • Kerberized Service: The party providing the services
    • Kerberos KDC: A party that provides authentication for password management. Both client and service provider keep their privacy in the KDC.

Kerberos Authentication Process

1. Client requests a TGT from the KDC

Client sends a packet containing only principal to the KDC

The KDC queries whether the user principal database exists, and if so, generates a TGT that has been encrypted by the KDC key and a time sensitive session key. It is then returned to a tgt+session key that has been encrypted with a user key

2. Client requests service from KDC

The client generates a authenticator, encrypts it with session key, and requests the service name, TGT, and a concurrent send to the KDC.

The KDC compares the authenticator and TGT, and if there is no problem, trusts the client and returns to the client a service ticket and a new session key encrypted with the service key, returning the packet for the first session Key encryption.

3. Client requests Services to service

The client receives the packet returned by the KDC, encrypts the authenticator with the new session key, and sends the service ticket together with the service.

The service receives the packet, opens the service ticket with its own key, and then opens the authenticator with the session key inside the service ticket. If the validation passes, the service data that the client wants is returned.

[Kerberos] Kerberos Authentication Process Collation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.