I want to know if my understanding of wcf security is correct: To use a username as client credentials when using security modes: transport or message or transportwithmessagecredential, a service certificate is required.
I also want to know if I do this - I do not want to configure the service certificate, and I do not want to use Windows client credentials, is there a way to enable protection on wcf (using any binding)?
I know that using message security on a network based on a domain server uses Windows credentials by default. But in a non-domain (normal LAN setup), is there a way to enable security in WCF without a service certificate?
The only right way to protect WCF is to use a certificate. There is no other way to secure mak4. But you do not need to buy a certificate that you can create yourself.
Source: https://habr.com/ru/post/1483073/More articles:The type or namespace namespace "ScriptBundle" could not be found (did you specify a usage directive or assembly reference?) - model-view-controllerHow to create a UITableView with multi-level extensible folding rows? - uitableviewUsing ↺ on a button in a Win32 GUI - c ++Are objective-c objects of the same type of C structure? - objective-cHow can I use holder.js inside the #each loop in the Handlebars template (Ember.js)? - ember.jsWhat is the advantage of developing a web service using Apache CXF over regular JAX-WS with Java6 - cxfHow can I change the jquery datepicker that supports Jalali Calander with Dari Months? - jqueryImport a CSV file into a 2D String array - javaCan animated GIFs display on the Glass timeline? - google-glassDynamically load routes using express.js - node.jsAll Articles