开发者

Integrating Windows Identity Foundation with NServiceBus

开发者 https://www.devze.com 2023-02-06 04:12 出处:网络
Has anyone successfully integrated NServiceBus with WIF for message authent开发者_运维问答ication/authorization?This is usually done by serializing and deserializing claims information through the hea

Has anyone successfully integrated NServiceBus with WIF for message authent开发者_运维问答ication/authorization?


This is usually done by serializing and deserializing claims information through the headers of NServiceBus messages and then checking them in a message handler specified to run before all others, which will call Bus.DoNotContinueDispatchingCurrentMessageToHandlers() accordingly.

0

精彩评论

暂无评论...
验证码 换一张
取 消