In scenarios with high-security requirements, which ASP.NET Core Identity feature would be best to enforce to require users to change their passwords periodically?

  • Password Expiration Policy
  • Two-Factor Authentication
  • Role-Based Authorization
  • Identity Server
To enforce users to change their passwords periodically in ASP.NET Core Identity, you can configure a password expiration policy. This ensures that users must reset their passwords after a defined period, enhancing security for sensitive applications.
Add your answer
Loading...

Leave a comment

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