这个错误通常是因为'RPC信任”未正确配置而导致的。可以在ADFS服务器上使用以下PowerShell命令启用RPC信任:
Set-ADFSRelyingPartyTrust -TargetName -EnforceClaimsTransformation $False -Identifier -WsFedEndpoint -SamAccountName -SsoAuthentication $True -TlsClientCertificateAuthentication $False -ProtocolProfile "WSTrust/2.0/issuedtoken"
注意:将