开发者

Integrating Windows Identity Foundation with NServiceBus

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜