Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WIF manually generate federationmetadata.xml

I am playing with windows identity foundation and I am trying to create an MVC.NET based Security Token Service and use it as the Single Sign On application.

My only problem is that I don't know how to generate the federationmetadata.xml file.

Is there any tool to generate this file manually?

like image 984
Cosmin Onea Avatar asked Nov 17 '09 22:11

Cosmin Onea


1 Answers

I created a custom metadata generator that does what VS does when you create the STS project. I had to use Reflection to call the code because as usual everything useful is internal in Microsoft's assemblies.

More about it here

like image 100
Cosmin Onea Avatar answered Oct 21 '22 18:10

Cosmin Onea