Active Directory

How DC provide the TGT token to user?

In Active Directory, the Domain Controller (DC) provides the TGT (Ticket Granting Ticket) token to the user after the user has been successfully authenticated using the Kerberos protocol. The TGT is used by the user to request and obtain service tickets for accessing network resources.

The process of how the DC provides the TGT token to the user involves the following steps:

  1. The user sends a request for a TGT to the KDC (Key Distribution Center) on the DC.
  2. The KDC on the DC validates the user’s credentials by checking the user’s password hash against the information stored in Active Directory.
  3. If the user’s credentials are valid, the KDC generates a TGT for the user, which includes the user’s identity, a timestamp, and a session key encrypted with the user’s password.
  4. The KDC sends the encrypted TGT back to the user.
  5. The user decrypts the TGT using their password and stores it in memory as a cached credential.
  6. The user can use the TGT to request and obtain service tickets for accessing network resources without having to re-authenticate with the KDC.

The TGT is valid for a certain period of time, typically 10 hours by default in Active Directory, and can be renewed automatically by the user’s computer or device when it expires. The TGT is used to obtain service tickets for accessing network resources, with each service ticket being specific to a particular network resource and valid for a limited period of time.

So, that’s all in this blog. I will meet you soon with next stuff. Have a nice day!!!

Guys please don’t forget to like and share the post. Also join our WindowsTechno Community and where you can post your queries/doubts and our experts will address them.

You can also share the feedback on below windows techno email id.

If you have any questions, feel free to contact us on admin@windowstechno.com also follow us on facebook@windowstechno to get updates about new blog posts.

How useful was this post?

Click on a star to rate it!

As you found this post useful...

Follow us on social media!

Was this article helpful?
YesNo

Vipan Kumar

He is an Active Directory Engineer. He has been working in IT industry for more than 10 years. He is dedicated and enthusiastic information technology expert who always ready to resolve any technical problem. If you guys need any further help on subject matters, feel free to contact us on admin@windowstechno.com Please subscribe our Facebook page as well website for latest article. https://www.facebook.com/windowstechno

Leave a Reply

Back to top button