From 6469851a121ccd89594ea6b7307915eb9abf049a Mon Sep 17 00:00:00 2001 From: Hamza Assyad Date: Wed, 2 Jan 2019 13:39:46 -0800 Subject: [PATCH] Adding Amazon Cognito to the list of supported Identity providers (#6039) --- src/Identity/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Identity/README.md b/src/Identity/README.md index 2d659ad4da..14d2f1eb03 100644 --- a/src/Identity/README.md +++ b/src/Identity/README.md @@ -29,3 +29,4 @@ The previous versions of Identity for MVC5 and lower, previously available on Co * [ASP.NET Identity Firebase Provider](https://github.com/aguacongas/Identity.Firebase) * [ASP.NET Identity Redis Provider](https://github.com/aguacongas/Identity.Redis) * [ASP.NET Identity DocumentDB](https://github.com/FelschR/AspNetCore.Identity.DocumentDB) + * [ASP.NET Identity Amazon Cognito Provider](https://github.com/aws/aws-aspnet-cognito-identity-provider)