Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用spring security kerberos/NTLM进行SSO,并从AD获取更多详细信息_Spring_Authentication_Spring Security_Active Directory_Spring Security Kerberos - Fatal编程技术网

使用spring security kerberos/NTLM进行SSO,并从AD获取更多详细信息

使用spring security kerberos/NTLM进行SSO,并从AD获取更多详细信息,spring,authentication,spring-security,active-directory,spring-security-kerberos,Spring,Authentication,Spring Security,Active Directory,Spring Security Kerberos,我希望用户通过使用其windows登录凭据进行身份验证,而不显式显示其登录页面。用户只需登录到他的计算机,当我们尝试打开url时,spring security将使用其windows登录凭据对其进行身份验证,并从AD获取与其角色相关的数据。我如何实现这一点? 再加上这个问题,若机器是非窗口的,我需要做什么?说CentOS 到目前为止,你做了什么来实现这一目标?

我希望用户通过使用其windows登录凭据进行身份验证,而不显式显示其登录页面。用户只需登录到他的计算机,当我们尝试打开url时,spring security将使用其windows登录凭据对其进行身份验证,并从AD获取与其角色相关的数据。我如何实现这一点?
再加上这个问题,若机器是非窗口的,我需要做什么?说CentOS

到目前为止,你做了什么来实现这一目标?