BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News ASP.NET Identity Preview 2.0 Adds Account Confirmation, Password Reset and Security Token Provider

ASP.NET Identity Preview 2.0 Adds Account Confirmation, Password Reset and Security Token Provider

This item in japanese

Bookmarks

Microsoft has released ASP.NET Identity Preview with support for account confirmation, password reset, security token provider, IQueryable on UsersStore and RolesStore in addition to bug fixes.

The account confirmation feature works by sending an email via SMTP or third party services such as SendGrid to users as soon as they register on the site and they will be required to activate the account by clicking on the link. On the other hand, password reset feature enables users to easily reset passwords if they forget their original password.

The security token provider provides a way to regenerate the token for the user in cases when the user changes password or any other security related information such as removing an associated social media handle such as Facebook, Google or Microsoft Account.

Based on the feedback from the developer community, Microsoft has provided an extensibility hook where you can specify what should be the primary key (PK) of your users and roles table. Moreover, it is also possible to delete a user through UserManager, which was not possible in the previous release. The latest release also provides support for UserManagerFactory and DbContextFactory middlewares.

In addition to the above features, Microsoft has added two new properties to the IdentityUser class such as Email and IsConfirmed, which results in a change of the schema created by the ASP.NET Identity system in 2.0.

Rate this Article

Adoption
Style

BT