问题
I have to integrate Asp .net core identity 2.2.0 with AWS DynamoDB.I am using the .net core version 3.1.I searched for the reference but I didn't get any good one. Please help me.
回答1:
I have got one reference from https://github.com/miltador/AspNetCore.Identity.DynamoDB.
It sounds like someone wrote this and didn't maintain it. I have downloaded the Source code from this repo and updated the same to .net core 3.1.0 and identity 2.2.0[and also updated the startup file]. Now it's working fine for me.
Thank you.
回答2:
Is there a reason you are trying to use DynamoDB instead of our provider to integrate AWS Cognito service as the ASP.NET Core identity provider? You can find out about the Cognito provider here: https://github.com/aws/aws-aspnet-cognito-identity-provider
来源:https://stackoverflow.com/questions/59578191/aws-dynamodb-with-asp-net-core-3-1-0-identity-2-2-0