Friday, June 4, 2010

WIF Custom STS metadata file editor

The last couple of days I have been wondering in the magic world of Identity Federation. Although the windows identity foundation SDK provides a great tool to associate an RP (Relying Party) application with an existing STS (Security Token Service), it requires that the STS have a Federation metadata xml file. If you simply want to automatically generate the STS from the application, then the SDK provide the automatic STS generation on the right click of the RP website, which generates a new STS web site (in c#) based on the RP’s web config file. On the other hand, if you are up to creating a new custom STS without the RP, then you have to manually create the manifest file, which is really very frustrating! On my search around the net I found a couple of federation metadata file creators but none of them had the ability to edit an existing one. Unfortunately, I had to edit the manifest file quite often and thus I had to create a tool to do so. This is why I created the STS Federation Metadata Editor which you may download freely on the following link.
Hope this simplifies your custom STS development efforts!

3 comments:

Anonymous said...

Can you make the source code available? If not, how about letting the user select from which trust store to retrieve the certificates.

Additionally, I am not sure what exactly goes into the grid.

Andreas Botsikas said...

Check out the following post:

http://botsikas.blogspot.com/2010/06/federation-metadata-editor-on-codeplex.html

Andreas Botsikas said...

Let me know if you need anything else...