AspNetCore.Identity.MongoDbCore icon indicating copy to clipboard operation
AspNetCore.Identity.MongoDbCore copied to clipboard

Does this work with .net5?

Open johnkwaters opened this issue 3 years ago • 9 comments

Also, I m wanting to use this with Duende IdentityServer - anyone tried that?

johnkwaters avatar Apr 29 '21 01:04 johnkwaters

Hello, sorry I have not tried with .NET 5 nor Duende, I currently use it with Identity Server V4 and .NET Core 3.0.

alexandre-spieser avatar Apr 29 '21 16:04 alexandre-spieser

I have an updated local branch built against net5.0. Only changes seem to be accomodating the removal of user ids from error messages in tests. Would it help if I pushed that branch. I'd like a 5.0 package as well.

Damian-Coutts avatar Jun 23 '21 04:06 Damian-Coutts

Hi Damian, thanks for reaching out, yeah sure feel free to raise a PR and I'll have a look! :) I'm curious about the issue with user Ids you're describing.

alexandre-spieser avatar Jun 23 '21 18:06 alexandre-spieser

Alexandre Thanks for your great package. I found it is particularly a good fit for Autodesk Forge applications. I don’t often contribute to open source so I may be doing something wrong, but I don’t believe I have access to push the branch: remote: Permission to alexandre-spieser/AspNetCore.Identity.MongoDbCore.git denied to Damian-Coutts.

The issue with the user ids is that the 5.0 identity framework no longer returns the user if in error messages. The tests were all expecting errors like:User OISDFG8D790 is currently locked out Rather than User is currently locked out. Let me know how I should best share this code with you. Regards Damian Coutts

From: Alexandre SPIESER @.> Sent: Thursday, 24 June 2021 4:44 AM To: alexandre-spieser/AspNetCore.Identity.MongoDbCore @.> Cc: Coutts, Damian @.>; Comment @.> Subject: Re: [alexandre-spieser/AspNetCore.Identity.MongoDbCore] Does this work with .net5? (#45)

Hi Damian, thanks for reaching out, yeah sure feel free to raise a PR and I'll have a look! :) I'm curious about the issue with userIds you're decsribing.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/alexandre-spieser/AspNetCore.Identity.MongoDbCore/issues/45#issuecomment-867074242, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AINW6TXSOKQZFW7HIHULPHTTUITOXANCNFSM43YF2NBQ.


NOTICE: This communication and any attachments ("this message") may contain information which is privileged, confidential, proprietary or otherwise subject to restricted disclosure under applicable law. This message is for the sole use of the intended recipient(s). Any unauthorized use, disclosure, viewing, copying, alteration, dissemination or distribution of, or reliance on, this message is strictly prohibited. If you have received this message in error, or you are not an authorized or intended recipient, please notify the sender immediately by replying to this message, delete this message and all copies from your e-mail system and destroy any printed copies.

-LAEmHhHzdJzBlTWfa4Hgs7pbKl

Damian-Coutts avatar Jun 25 '21 01:06 Damian-Coutts

Hi, I've managed to get it to work with a .net5.0 blazor client; https://github.com/weirdyang/openiddict-mongodb-identity

weirdyang avatar Jun 27 '21 19:06 weirdyang

@Damian-Coutts sorry for the delayed reply, I was away on holiday. Can you please fork this repo's master branch and raise a pull request with your changes ? :)

alexandre-spieser avatar Jul 30 '21 15:07 alexandre-spieser

Hello! Related question: anyone try this with .Net Core 6.x and latest Entity Framework? Thanks in advance!

toiyabe avatar Jan 31 '22 17:01 toiyabe

any update?

alannsiqueira avatar Oct 13 '22 20:10 alannsiqueira

My inital problems with the package are resolved. I am in production with .NET Core 6 for while now with no problems. Great work Alexandre

Damian-Coutts avatar Oct 13 '22 23:10 Damian-Coutts

Thanks. Yes I can confirm that it should work with .net 5 and .net 6, not experiencing any issue either.

alexandre-spieser avatar Oct 25 '22 18:10 alexandre-spieser