The Windows Identity Foundation Configuration Editor

As a little exercise to teach myself WPF (argue amongst yourselves about how successful I was on that point; feedback most welcome) I have written a tool call the Windows Identity Foundation (WIF) Configuration Editor. It’s purpose is to exercise complete control over the <microsoft.identityModel> config section within app.config and web.config files, for applications secured using WIF. It is to WIF what the Service Config Editor tool is for WCF.

The FedUtil tool that ships with the WIF SDK is great at what it does but I have found on several occasions that additional manual configuration is required on top of what FedUtil does for you.

I am regularly updating the tool with new features and so if this sounds of use, give it a go and please provide any feedback you have.

https://code.msdn.microsoft.com/Windows-Identity-ace13cc8

Thanks

Brad

Written by Bradley Cotier