Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/35.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
Asp.net 将经过身份验证的用户的Kerberos令牌从IIS 7传递到REST web服务_Asp.net_Authentication_Kerberos - Fatal编程技术网

Asp.net 将经过身份验证的用户的Kerberos令牌从IIS 7传递到REST web服务

Asp.net 将经过身份验证的用户的Kerberos令牌从IIS 7传递到REST web服务,asp.net,authentication,kerberos,Asp.net,Authentication,Kerberos,我有一个在IIS7上运行的网站,配置为使用Windows身份验证。我想从站点调用REST web服务,并在授权头(或任何HTTP头)中传递用户的Kerberos令牌(访问站点时经过身份验证)。我希望REST服务提取其他信息,如用户组等

我有一个在IIS7上运行的网站,配置为使用Windows身份验证。我想从站点调用REST web服务,并在授权头(或任何HTTP头)中传递用户的Kerberos令牌(访问站点时经过身份验证)。我希望REST服务提取其他信息,如用户组等