I need to deploy a STS and an ASP.NET RP for several clients, all together they form a product, and of course I will need to update the STS FederationMetadata.xml with each client’s data and also update the RP reference to the STS.
How can I accomplish this on a production environment? Do I have to install WIF’s SDK on each client so I can use FedUtil.exe.
Thanks!
Finally I found that I don’t need to FedUtil on RP side, just setting wsFederation.issuer, wsFederation.realm, trustedIssuers, audienceUris on the web.config and that is enough. FederationMetadata.xml is not necessary once in production unless you want to update metadata periodically which I don’t.
Hope it helps somebody.