Which feature in ASP.NET Core Identity helps to manage user roles and claims?

  • Role-Based Authorization
  • IdentityServer4
  • Token Authentication
  • Swagger UI
Role-Based Authorization is a key feature of ASP.NET Core Identity that allows you to manage user roles and claims. It enables fine-grained access control by associating users with specific roles and defining role-based policies for authorization.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *