开发者

Integrating Rhino Security with Asp.net membership providers

开发者 https://www.devze.com 2022-12-19 06:03 出处:网络
How does Rhino security gel with the asp.net membership providers? The reason why I am asking is because AFAIK if I need to use attributes [Authorize] then I should be implementing or extending the as

How does Rhino security gel with the asp.net membership providers? The reason why I am asking is because AFAIK if I need to use attributes [Authorize] then I should be implementing or extending the asp.net membership providers.

In my case as I need more than what asp.net membership provider gives me. Rhino Security is a good fit in this case. But I also need the attribute (and 开发者_运维百科other) features that the framework provides (which in turn eases my pain to build up a good security model for my app).

Edit: Rephrasing the question.

How do I integrate Rhino Security with asp.net membership, so that I can do role/level based authorization?


Quintin, The two are separated, but related, frameworks. ASP.Net membership deals mostly with authentication, while Rhino Security deals mostly with autorization.

0

精彩评论

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

关注公众号