HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback


Note

This configuration requires the \*EPiServer.Commerce.Security**\* **NuGet package as dependency.

See also: [ASP.NET Identity](🔗).



When using the ASP.NET Identity registrar with MVC, you need to make all action results _async_ since all ASP.NET Identity methods are async. The following example shows this when creating a new user.