Kerberos 和 T125 协议
为什么 Kerberos 身份验证使用 T125 协议? 我相信 Kerberos 身份验证的行为方式如下:
- 客户端向 Kerberos 授权机构请求票证
- Kerberos 授权机构向客户端提供票证
- 客户端尝试向服务器进行身份验证并向服务器发送此票证。
- 服务器通过 Kerberos Authority 验证票证是否正确,并对客户端进行身份验证。
那么,在这个过程中,哪里使用了T125,为什么?
客户端是否在尝试访问(例如:每个 HTTP GET 页面)时向服务器发送票证,并且服务器随时检查该票证,还是仅在“对话”开始时检查一次?
谢谢你!
Why does Kerberos authentication use T125 protocol? I believe Kerberos authentication behaves this way:
- Client asks for a ticket to the Kerberos authority
- The Kerberos authority provides a Ticket to the client
- The Client tries to authenticate towards a Server and sends to the server this Ticket.
- The Server verifies the Ticket is OK with the Kerberos Authority, and authenticates the Client.
Now, where, in this process, is used T125 and why?
And does the Client send the Ticket any time it tries to access (e.g: for each HTTP GET page) to the Server and the Server checks this Ticket any time, or is it just once at the beginning of the "conversation"?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不熟悉 T125,但您的 Kerberos 流程有点关闭。
大致:
我知道我没有直接回答您的 T125 问题,但我希望这对您有所帮助。
Not familiar with T125, but your Kerberos flow is off a little.
Roughly:
I know I didnt directly answer your T125 question, but I hope this helped anyway.