The _________ attribute in ASP.NET Core Identity is commonly used to protect actions and controllers from unauthorized access.

  • Authorize
  • Authenticate
  • Validate
  • Secure
The "Authorize" attribute in ASP.NET Core Identity is commonly used to protect actions and controllers from unauthorized access. When applied to a controller or action, it requires that the user must be authenticated and authorized to access that resource.
Add your answer
Loading...

Leave a comment

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