我已按照http://www.cloudidentity.com/blog/2014/02/12/use-the-on-premises-organizational-authentication-option-adfs-with-asp-net-in-visual-studio-2013/上的步骤使用ADFS创建新的MVC应用程序来验证我的用户。现在,ADFS配置背后的团队需要应用程序元数据文件,以允许应用程序连接ADFS。
如何生成此元数据文件?
答案 0 :(得分:0)
通常"生活"在STS网站的/FederationMetadata/2007-06/FederationMetadata.xml中。如果您使用像thinktecture这样的标准解决方案,那就是这种情况。否则,您可以使用System.IdentityModel.Metadata中的.Net类自行生成它。您可以在https://github.com/IdentityServer/IdentityServer3.WsFederation/blob/25a2101f9bfe78e4ec856eb15c9bf19a9a9b256c/source/WsFederationPlugin/WsFederationController.cs及相关课程中找到一些灵感。