是否可以在不将服务器连接到域的情况下运行 ADFS 2.0?我们使用 Shibboleth 作为声明提供程序,因此我们实际上不需要此处的活动目录。
我们设法设置了 ADFS(使用 AdfsSetup.exe /quiet)并且没有任何问题地配置它。但是,在启动时并非所有端点都已启动。特别net.tcp://localhost:1501/adfs/services/trusttcp/windows
是缺少端点,这会导致在对 SharePoint 进行身份验证时出现以下错误:
Encountered error during federation passive request.
Additional Data
Exception details:
Microsoft.IdentityServer.Web.RequestFailedException:
MSIS7012: An error occurred while processing the request.
Contact your administrator for details.
---> Microsoft.IdentityServer.Protocols.WSTrust.StsConnectionException:
MSIS7004: An exception occurred while connecting to the federation service.
The service endpoint URL
'net.tcp://localhost:1501/adfs/services/trusttcp/windows' may be incorrect or the service is not running.
---> System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at
net.tcp://localhost:1501/adfs/services/trusttcp/windows that could accept the
message. This is often …
Run Code Online (Sandbox Code Playgroud) sharepoint active-directory domain-controller adfs shibboleth