Reputation: 13
let me correct if the question is inappropriate or not relevant.
I have created Dot net core applications separately using Identity. Separately for Repository pattern. Now tried to create roles dynamically by combining both Identity and Repository pattern.
In detail: I want to create an API application with following components included.
I am confused to how to start and implement dynamic Roles, claims in .NET core API.
Normally, we will create customized models for Roles, Users, Menus. Then fetch the menu navigation items according to role assigned the user. But in .Net core with Identity, I could not figure out the exact way to achieve this.
Upvotes: 0
Views: 116