Kentor AuthServices:SessionIndex 和 LogoutNameIdentifier 的 ClaimTypeNamespace

Kentor AuthServices: ClaimTypeNamespace for SessionIndex and LogoutNameIdentifier

作为服务提供商,我们收到了来自 IDP (ADFS) 的声明。

在 AuthServices 代码库中 AuthServicesClaimTypes.ClaimTypeNamespace 设置为 http://kentor.se/AuthServices. Should this namespace reflect SP (https://mysite/AuthServices)?

此外,在 identityProviders 配置部分 (web.config) 下,我没有设置 logoutUrl,但我仍然从 Idp 获得 LogoutNameIdentifier 声明。我们不支持单点退出。

非常感谢任何建议。

谢谢。

  • 不,它们不应反映您的 SP 的名称空间。声明名称正在使用 http://kentor.se 以确保它们不会与其他东西发生碰撞。
  • 缺少 feature/bug 即使您没有配置单点注销,也会添加这些声明。