Add kerberos ticket to a soap request

时光毁灭记忆、已成空白 提交于 2019-12-12 18:03:25

问题


I have a problem that is as follows:

  • I have a webservice, and I want to authenticate with Kerberos.

I add in my visual studio wsdl by adding a service reference ... it creates a proxy class, so to speak, and reference.cs can invoke the service.

What he wanted now was to get a Kerberos ticket from the user logged into pc, and then add this ticket in the soap request and invoke the service.

Can anyone help me how can I do this?

来源:https://stackoverflow.com/questions/24042386/add-kerberos-ticket-to-a-soap-request

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!