AWS DynamoDB with ASP .Net Core 3.1.0 Identity 2.2.0

戏子无情 提交于 2020-05-16 08:57:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!