我在服务器上设置了Kentor AuthServices SP和Idp端点。
SP:https://[domain]/IdP/ Idp:https://[domain]/IdPMetadata
当DiscoveryService从SignIn页面访问时, Selected Idp的实体ID显示为https://[domain]/IdPLogout?SAMLRequest=[saml,和 SP单点退出网址为https://[domain]/IdP/Metadata请求]
我通过修改UrlResolver.GetCombinedUrl()来修复它,以便它正确显示如下... https://[domain]/IdP/Logout?SAMLRequest=[saml {{3}}请求]
这是存储库中的错误还是我在配置中遗漏了什么?
谢谢。
答案 0 :(得分:1)
在虚拟目录中安装存根idp时,存在已知错误“Stubidp gives wrong entity id in virtual directory”。我认为您遇到的这些问题是相关的。