Integrating Rhino Security with Asp.net membership providers
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.
精彩评论