简体   繁体   English

C# ASP.NET、ADFS 在哪里设置被动端点?

[英]C# ASP.NET, ADFS Where to set up the passive endpoint?

I try to communicate with an ADFS Server from an ASP.NET Project.我尝试通过 ASP.NET 项目与ADFS服务器进行通信。
The certificates and federation have been set up but when a user is authenticated on the ADFS the server returns this error :证书和联盟已设置,但当用户在ADFS上进行身份验证时,服务器返回此错误:

The WSFederationPassiveEndpoint address is not configured on the relying party trust identified by the endpoint 'https://xxxxxxx.com/'. WSFederationPassiveEndpoint 地址未在端点“https://xxxxxxx.com/”标识的依赖方信任上配置。 It is required to process the current request.需要处理当前请求。

Unfortunately I couldn't find where to set this up.不幸的是,我找不到在哪里设置它。
The Microsoft's documentation does not mention this URL.微软的文档没有提到这个 URL。

Is this a specific parameter in the ADFS server or is it actually a configuration to be done on my application?这是ADFS服务器中的特定参数还是实际上是要在我的应用程序上完成的配置?

You need to look in the ADFS wizard on the server.您需要查看服务器上的 ADFS 向导。

Under the RP, click "Endpoints" and then add the required WS-Fed one.在 RP 下,单击“端点”,然后添加所需的 WS-Fed 端点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM