ADFS 2016 – Cannot add/update Relying Parties from the GUI from metadata files “Method not found”(示例

Posted hellohongfu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ADFS 2016 – Cannot add/update Relying Parties from the GUI from metadata files “Method not found”(示例相关的知识,希望对你有一定的参考价值。


UPDATE: The following update is fixing this issue:

  • Cumulative Update for Windows 10 Version 1607 and Windows Server 2016: December 9, 2016 https://support.microsoft.com/en-us/kb/3201845

If you are currently using the October release of Windows Server 2016 (build: 10.0.14393 N/A Build 14393) you might experience a weird error message when you try to add a relying party trust or update a relying party trust with the metadata files. Whether it is from an HTTPs source or even a local XML files that you previously saved, you have the following message:

技术分享图片

It seems that adding or updating a relying party from the console currently does not work as expected. If you don‘t know what version of Windows you are running, you can run the command "systeminfo" in command prompt and look at the build line.

But no worry, you can still do the job thanks to our good old friend PowerShell.

Adding a relying party trust from an online metadata file:

1
Add-AdfsRelyingPartyTrust -Name "My App" -MetadataUrl "https://web.piaudonn.com/app/federationmetadata/2007-06/federationmetadata.xml"

Adding a relying party trust from a metadata saved on the your ADFS server:

1
Add-AdfsRelyingPartyTrust -Name "My App" -MetadataFile "C:TempFederationMetadata.xml"

Updating the relying party trust from the metadata file already set on the properties of the trust:

1
Update-AdfsRelyingPartyTrust -TargetName "My App"

This will probably be fixed very soon!

 原网址:https://blogs.technet.microsoft.com/pie/2016/10/23/adfs-2016-cannot-addupdate-relying-party-from-the-gui-from-metadata-files/

以上是关于ADFS 2016 – Cannot add/update Relying Parties from the GUI from metadata files “Method not found”(示例的主要内容,如果未能解决你的问题,请参考以下文章

Windows Server 2016 安装及配置 ADFS 4.0

在windows server 2016申请ADFS证书

关于ADFS Server 2016的Oauth2的几个问题

ADFS 2.0 - SAML 集成:获取异常

add up to和add to,add…up ,add…to区别

Exchange2010与Office365混合部署升级到Exchange2016混合部署——ADFS 转换联盟域为标准域