WCF: WS-* Federation HTTP Binding (WSFederationHttpBinding)...

I haven't forgotten to follow up on federated security and WCF. Indeed, it's been quite fun and interesting digging around in it before I do any more write-ups on it.

What I thought was going to be a two-part piece on WSFederationHttpBinding will in all likelihood be a four-part piece.

WCF: WS-* Federation HTTP Binding (WSFederationHttpBinding), Part 1
Part 1 is an overview and is can be found here.

WCF: WS-* Federation HTTP Binding (WSFederationHttpBinding), Part 2
This will cover installing, configuring, and managing a security token service (STS). In the real world, this will probably have already been done by the time you consider WSFederationHttpBinding. (If you have ActiveDirectory, for instance, you're pretty much already done.) But, for the purposes of having something we can play with, we'll need to find, install, configure, and use a simple STS.

WCF: WS-* Federation HTTP Binding (WSFederationHttpBinding), Part 3
With part 3 we'll look at connecting all three components -- the service, the client, the STS -- together into one (hopefully, smooth-running) shebang.

WCF: WS-* Federation HTTP Binding (WSFederationHttpBinding), Part 4
Part 4 will be dedicated to some tips, techniques, and other customizations we can use to make life easier, more robust, and more secure.

Comments

Popular posts from this blog

Using Reference Aliases

List of Visual Studio Keyboard Shortcuts