Kentor AuthServices: ClaimTypeNamespace for Sessio

2019-07-28 23:58发布

As a service provider we are getting following claims from IDP (ADFS).

In AuthServices codebase AuthServicesClaimTypes.ClaimTypeNamespace is set to http://kentor.se/AuthServices. Should this namespace reflect SP (https://mysite/AuthServices)?

Also, under identityProviders configuration section (web.config), I am not setting logoutUrl, but still I am getting LogoutNameIdentifier claim from Idp. We do not support single logout.

Any suggestion is highly appreciated.

Thank you.

1条回答
迷人小祖宗
2楼-- · 2019-07-29 00:27
  • No, they should not reflect the namespace of your SP. The claim names are is using http://kentor.se to ensure they cannot collide with something else.
  • It's a missing feature/bug that those claims are added even though you haven't configured single logout.
查看更多
登录 后发表回答