Skip to content
dlmelendez edited this page Sep 6, 2014 · 2 revisions

Project Description

This project provides a high performance cloud solution for ASP.NET Identity 2.0 using Azure DocumentDB replacing the Entity Framework / MSSQL provider.

Get the latest from NuGet. This project is a plug-in to the ASP.NET Identity framework. A basic understanding. of the ASP.NET identity framework is required.

By default, the ASP.NET Identity system stores all the user information in a Microsoft SQL database using an EntityFramework provider. This project is a replacement of the EntityFramework SQL provider to use Azure DocumentDB to persist user information such as (but not limited to): username/password, roles, claims and external login information.

In summary, the ASP.NET Identity 2.0 Azure DocumentDB provider allows one to remove the EntityFramework and Microsoft SQL dependencies from the default implementation of the ASP.NET Identity 2.0 storage provider and replace it with a high performance Azure DocumentDB solution.

Please refer to the wiki for more detailed information about getting started.

Clone this wiki locally