wcf-authentication
Adding Security for Custom WCF MessageHeaders in Silverlight platform
How can we add security for custom message headers of WCF Service in Silverlight service. For example, I wa开发者_StackOverflownt to pass a important (authenticated) string value ( credentials) thro[详细]
2023-03-31 13:04 分类:问答How do I propogate Windows Identity without using delegation in WCF?
I need to propagate the Windows Identity of the current user across two service calls. Service A (which runs under integrated authentication) calls Service B (which also runs und开发者_JS百科er integ[详细]
2023-03-20 20:03 分类:问答WCF Type 'System.CodeDom.Compiler.GeneratedCodeAttribute' is not defined
I am following this tutorial that shows how to implement a WCF authentication Service. I have done exactly step by step as detailed.But after adding all the proxy classes when I try to build the proje[详细]
2023-03-19 12:13 分类:问答Reading ClientCredentials from SOAP Request body node and verifying it against a Custom Validator?
I have a method GetColors which takes a GetColorIdsRQ as a parameter and returns a GetColorIdsRS.GetColorIdsRQ is the SOAP Request and GetColorIdsRS is the SOAP Resposne.Here are the implementation de[详细]
2023-03-10 14:03 分类:问答Authenticate a IIS Hosted WCF Service from a PHP Soap Client?
I have a wcf service that is hosted in IIS 7.I have a php soap client that I want to use to access this service.It works fine with no security, but I want to be able to pass the username and password[详细]
2023-03-10 05:17 分类:问答Authenticating to a WCF service
There seems to be a plethora of resources out there on how to do this, but I haven\'t really been able to find anything to exactly do what I want to do. I\'m trying to create a WCF web service that wi[详细]
2023-03-07 15:38 分类:问答WCF, Certificate Authentication - Common Errors and Confusing Arguments
I am trying to setup a WCF service to use a Certificate for Authenticating the cl开发者_如何学编程ient. I have read tons of posts on how to create the certificate, and I have been able to do so (final[详细]
2023-02-16 20:29 分类:问答WCF ServiceSecurityContext Storage right for custom data?
I have a WCF application that is using Windows Authentication. So a Windows Principal object is what I will find in the System.Threading.Thread.CurrentPrincipal() property. That\'s is all fine. Howeve[详细]
2022-12-08 09:25 分类:问答