From d1ae0e6e3e8b086736ac6223837096790695726b Mon Sep 17 00:00:00 2001 From: David Melendez Date: Wed, 17 Jun 2020 06:23:48 -0700 Subject: [PATCH] adding community identity providers (#17051) Adding Azure Table Storage and CosmosDB SQL providers to the list. --- src/Identity/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Identity/README.md b/src/Identity/README.md index 74502f6fa1..2ebcef3aaf 100644 --- a/src/Identity/README.md +++ b/src/Identity/README.md @@ -11,6 +11,8 @@ The previous versions of Identity for MVC5 and lower, previously available on Co **IMPORTANT: Extensions are built by a variety of sources and not maintained as part of the ASP.NET Identity project. When considering a third party provider, be sure to evaluate quality, licensing, compatibility, support, etc. to ensure they meet your requirements.** +* [ASP.NET Identity Azure Table Storage Provider](https://dlmelendez.github.io/identityazuretable/) +* [ASP.NET Identity CosmosDB SQL Provider](https://github.com/dlmelendez/identitycosmosdb) * ASP.NET Identity MongoDB Providers: * [By Tugberk Ugurlu](https://github.com/tugberkugurlu/AspNetCore.Identity.MongoDB) * [By Alexandre Spieser](https://github.com/alexandre-spieser/AspNetCore.Identity.MongoDbCore)