使用Windows会话凭据登录?它是如何工作的?? [英] Use windows session credentials as login?? How does it work??

查看:1490
本文介绍了使用Windows会话凭据登录?它是如何工作的??的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我碰到像ARCserve HA将程序,它使用Windows会话凭据登录,而无需我的用户ID和密码手动键入。这个怎么用??该计划实际上是能够让我的窗口的用户ID和密码的?

I came across programs like ARCserve HA, which use windows session credentials as the login without having me to manually type in the userID and password. How does this work?? The program is actually capable of getting my window's userID and password??

由于我这是用Java编写的当前项目需要我做同样的事情,它使用Windows会话凭据登录。

As my current project which is written in Java requires me to do something similar which uses the windows session credentials as login.

谁能给我提供关于我应该如何去这样做的任何指示?任何方向将大大AP preciated。

Could anyone provide me with any directions on how should i go about doing this? Any directions will be greatly appreciated.

修改

也许我还应该包括ARCserve HA将启动IE浏览器,从那里我检查选项的 Windows会话凭据的作为登录。希望这个额外的信息可以帮助。

Maybe i should also include that ARCserve HA launches IE, from there i check the option "windows session credentials" as login. Hopefully this additional info might help.

凯文

推荐答案

如果是Windows Active Directory域的一部分,它使用的的Kerberos 来执行对服务认证和单点登录。

When Windows is part of an active directory domain it uses Kerberos to perform authentication and single sign for services.

看看 SPNEGO 在Java集成的Windows身份验证。
看看此链接如果你想了解的Kerberos工作好一点。

Take a look at Spnego for integrated Windows authentication in Java. Take a look at this link if you want to understand how Kerberos works a little better.

底线,周围的Kerberos通过一票,从来没有发送您的密码。一旦你登录在Windows登录屏幕上创建一张票,你可以通过周围登录到其他资源。这就是为什么一旦你登录你不需要进行身份验证,当你访问一个网络共享。票系统还$ P $将其存储在RAM pvents您的密码。

Bottom line, Kerberos passes a ticket around and never sends your password. Once you login at the Windows login screen a ticket is created and you can pass that around to login to other resources. This is why once you login you do not need to authenticate when you access a network share. The ticket system also prevents your password from being stored in RAM.

这篇关于使用Windows会话凭据登录?它是如何工作的??的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆