Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have three role in my MVC5 application design. 1) administrator 2) Regularbloger 3) ParttimeBloger

Regularbloger Role has topic like 1) BlogTopic01 2) BlogTopic02 3) BlogTopic03
ParttimeBloger Role has topic like 1) BlogTopic14 2) BlogTopic15 3) BlogTopic16

Let say I create a user "abc@xyz.com" with role Regularbloger and want to assign BlogTopic02. So that whatever user "abc@xyz.com" write, it will only publish according to assigned BlogTopic02 section. He can't write any other blog section.
same goes for ParttimeBloger.

How can i do this using asp.net + MVC5 + Default authorization(Owin)
Thanks in advance.

What I have tried:

I already try google and codeproject but still I don't get any clue.
Posted
Updated 17-Apr-16 20:20pm
v2
Comments
Bandi Ramesh 19-Apr-16 13:28pm    
Explain it clearly, did not get you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900