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.
Loading...
Related Quiz
- A _________ in a DbContext represents a collection of entities that can be queried from the database.
- You are developing a mobile app and need a way for the app to communicate and fetch data from the server. What kind of service in ASP.NET Core would be best suited for this?
- How does the .NET SDK relate to the .NET runtime in the context of application development and deployment?
- Which of the following tools is NOT typically used for ASP.NET Core development?
- Using the {id:int} syntax in an attribute route enforces that the id parameter must be of type ______.