Skip to content

ASP.NET Core Identity is broken, it implements explicitly an old version of Duende API. #27671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hi-diego opened this issue Nov 17, 2022 · 1 comment
Labels
Source - Docs.ms Docs Customer feedback via GitHub Issue ⌚ Not Triaged

Comments

@hi-diego
Copy link

hi-diego commented Nov 17, 2022

This is broken, AspNetCore is using a depercataded version of Duende as you can see in this Open issue dotnet/aspnetcore#44990

ApiAuthorizationDbContext.cs implements explicitly the old Duende API.

Duende is so aware of this that they even have commments on their code that explains the problem

I have created a PR to add a missing property on ApiAuthorizationDbContext, please follow it dotnet/aspnetcore#45145


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

@dotnet-bot dotnet-bot added ⌚ Not Triaged Source - Docs.ms Docs Customer feedback via GitHub Issue labels Nov 17, 2022
@Rick-Anderson
Copy link
Contributor

Let's close this until dotnet/aspnetcore#44990 is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source - Docs.ms Docs Customer feedback via GitHub Issue ⌚ Not Triaged
Projects
None yet
Development

No branches or pull requests

3 participants