如何获取当前 VPN Windows 身份
我有一个调用远程域上的 WCF 服务的控制台应用程序。 WCF 服务使用 Windows 凭据类型作为传输和消息凭据类型。
WCF 服务配置为协商用户的凭据。
我的问题是如何获取WCF服务在客户端使用的身份对象?
例如,我登录到我的计算机“LocalMachine\Garry”
。我使用 "MyCompany\Garry"
域名连接到我公司的 VPN。
WCF 服务位于我公司的域中。当我从计算机执行 WCF 服务时,根据协商,WCF 服务使用 “MyCompany\Garry”
标识。
在 WCF 服务中 - Thread.CurrentPrincipal.Identity
- 返回“MyCompany\Garry”
。
在控制台应用程序中 - Thread.CurrentPrincipal.Identity
- 返回“LocalMachine\Garry”
。
如何获取传递给 WCF 服务的 VPN 域标识?
I have a console application that calls a WCF service on a remote domain. The WCF service is uses Windows credential type for the transport and message credential types.
The WCF service is configured to negotiate for the user's credentials.
My question is how can I obtain the identity object that the WCF service uses on the client side?
For example, I am logged into my computer "LocalMachine\Garry"
. I connect to my company's VPN with the "MyCompany\Garry"
domain name.
The WCF service is located on my company's domain. When I execute the WCF service from my computer, based on the negotiation, the WCF service uses the "MyCompany\Garry"
identity.
In the WCF service - Thread.CurrentPrincipal.Identity
- returns "MyCompany\Garry"
.
In the console app - Thread.CurrentPrincipal.Identity
- returns "LocalMachine\Garry"
.
How can I get the VPN domain identity that is passed to the WCF service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论