Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top