Use Microsoft.AspNetCore.Identity instead of Duende.IdentityServer for Blazor WebAssembly App and ASP.NET Core Web API with Individual Accounts that is ASP.NET Core Hosted #46131
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
feature-blazor-wasm-auth
Milestone
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
This has been partially discussed in the thread below but it was locked on Jul 8, 2021 and given that we have entered 2023 I think a new thread has viability.
#32494
Link with similar issues:
#32494 (comment)
Since
Microsoft.AspNetCore.Identity
is used for a newASP.NET Core Web App
in.NET 7
I think the same identity solution should be used for Blazor. By doing thisASP.NET Core Web API
template could also get the option with Individual Accounts back.Describe the solution you'd like
Replace
Duende.IdentityServer
withMicrosoft.AspNetCore.Identity
or a similar library created/maintained by Microsoft. I know you are not authentication experts and have no expertise in writing or maintaining an authentication server but everyone does not want to use AAD. I think Microsoft should provide their own library for these situations.#32494 (comment)
Additional context
No response
The text was updated successfully, but these errors were encountered: