使用Windows域认证认证

编程入门 行业动态 更新时间:2024-10-24 08:22:30
本文介绍了使用Windows域认证认证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

标题看起来可能有点不可思议,但我发现在互联网附近的方法来自动登录到的东西与Windows域认证(单点登录),但是这不是我想要的。

The title may seem a little weird but what I find around the internet is methods to sign on to stuff automatically with windows domain authentication (Single Sign On), but that is not what I want.

在我的使用情况下,我想明确要求的人进入他们的Windows域用户名/密码组合,以确保执行事务的人是有权这样做的,即不是别人谁偷偷利用了被授权人的电脑,而他/她就走自己的电脑上锁。

In my use case I want to explicitly ask the person to enter their windows domain user/password combination to make sure that the person performing the transaction is the one that is authorized to do so, i.e. not someone who secretly makes use of the authorized person's computer while he/she is away and left their computer unlocked.

请注意

  • 在我工作的Java
  • 我只是想验证一个单一的交易,没有登录会话(如果可能)。
  • 只有某些人应该被批准。 (我相信这是通过在Active Directory中的角色做了什么?)
推荐答案

我已经在过去使用是进行身份验证的LDAP服务器。活动目录可以作为一个LDAP服务器,因此你应该能够进行身份验证它。这可以用来验证用户名/密码组合。

What I have used in the past is to authenticate against an LDAP server. Active directory works as an LDAP server so you should be able to authenticate against it. This can be used to verify the username/password combination.

我发现这篇文章展示它是如何工作用java。

I found this article showing how it works with java.

更多推荐

使用Windows域认证认证

本文发布于:2023-11-12 23:48:32,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1582849.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Windows

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!