Kentor.AuthServices.StubIdp - 发现服务:选定 Idp 的实体 ID 在设置为应用程序时显示错误
Kentor.AuthServices.StubIdp - Discovery Service: Entity ID of Selected Idp shows up wrong when setup as an application
我在服务器上设置了 Kentor AuthServices SP 和 Idp 端点。
SP:https://[domain]/SP/AuthServices/SignIn
国内流离失所者:https://[domain]/IdP/
当从登录页面访问 DiscoveryService 时,
所选 Idp 的实体 ID 显示为 https://[domain]/IdPMetadata,并且
SP 单点注销 URL 作为 https://[domain]/IdPLogout?SAMLRequest=[saml 请求]
我通过修改 UrlResolver.GetCombinedUrl() 来解决这个问题,使其正确显示如下...
https://[domain]/IdP/Metadata
https://[domain]/IdP/Logout?SAMLRequest=[saml请求]
这是存储库中的错误还是我在配置中遗漏了什么?
谢谢。
在虚拟目录中安装存根 idp 时存在已知错误“Stubidp gives wrong entity id in virtual directory”。我假设您遇到的这些问题是相关的。
我在服务器上设置了 Kentor AuthServices SP 和 Idp 端点。
SP:https://[domain]/SP/AuthServices/SignIn 国内流离失所者:https://[domain]/IdP/
当从登录页面访问 DiscoveryService 时, 所选 Idp 的实体 ID 显示为 https://[domain]/IdPMetadata,并且 SP 单点注销 URL 作为 https://[domain]/IdPLogout?SAMLRequest=[saml 请求]
我通过修改 UrlResolver.GetCombinedUrl() 来解决这个问题,使其正确显示如下... https://[domain]/IdP/Metadata https://[domain]/IdP/Logout?SAMLRequest=[saml请求]
这是存储库中的错误还是我在配置中遗漏了什么?
谢谢。
在虚拟目录中安装存根 idp 时存在已知错误“Stubidp gives wrong entity id in virtual directory”。我假设您遇到的这些问题是相关的。