【发布时间】:2014-03-25 21:59:06
【问题描述】:
在 WIF 中使用带有会话身份验证模块 (SAM) 和 Thinktecture IdentityModel 的滑动会话时,如brockallen's blog 中所述。 颁发并写入 cookie 的会话安全令牌已根据需要扩展“有效”并相应地设置 cookie。
但是,序列化为当前声明身份的 BootStrapToken 仍然是旧的,带有可能过期的令牌。当出于不同原因(其中可能是Implementing “Poor Man”’s Delegation)尝试使用引导上下文令牌时,这会导致问题。
用新发行的令牌更新引导令牌的最佳方法是什么?
【问题讨论】:
标签: security wif claims-based-identity thinktecture-ident-model