TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Margaal
NA
139
87.8k
how to handle permissions in ASP.NET Core?
Jul 8 2019 5:12 AM
Hi.
I am on an ASP.NET CORE MVC project in which I manage user accounts with Identity and where each user has a role ("Admin" and "User").
Now, I would like to put a permission system that will allow users of the "Admin" role to specify the user rights of the "User" role.
For example, to forbid an account of the role "User" not to register the products, but to read them only.
I searched but I have no idea how to implement such a system.
Can you help me with a tip or an idea?
Thank you
Reply
Answers (
3
)
Many to many table insert problem in MVC-Code First
How to use paging in Asp.Net Core MVC