Reputation: 2234
Guys, I'm looking for some detailed guidance about WCF Security. I've read Juval Lowy's book and WCF Security Guide, but I'm still looking for verbose manual. I'm especially interested how some WCF security options influence on SOAP messages (cause clients of my services aren't .NET applications).
Could you point to any similar books/blogs/articles?
Upvotes: 2
Views: 795
Reputation: 364249
You have already read two main sources. You can also check official WCF Service Interoperability site. It contains some white papers which are not related only to security. But if you really want to dive deep into WCF interoperability, learn to use Fiddler, WCF tracing and message logging and study WS-Security specifications.
I also recommend Yaron Naveh's blog.
Upvotes: 2