python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unable to resolve service for type 'Duende.IdentityServer.Stores.IClientStore'
I am migrating drom Identity Server to Duende Identity Server and using .net 6 core project and I'm getting the following error in the startup on builder.build().
InvalidOperationException: Unable to ...
David Andrews
Votes: 0
Answers: 1
Example of a .Net6 Blazor WebAssembly application with authentication using local Sql Db?
I'm trying to add authentication (with registration, password reset etc) to a .Net6 Blazor WebAssembly project. When creating the project include authentication for individual accounts (to local sql d...
Riaan Smit
Votes: 0
Answers: 2
The default Identity UI layout requires a partial view '_LoginPartial' error ASP.NET Core 6.0
So. I created a fresh new project with Visual Studio Pro 2019 (v16.11.9) using the model ASP.NET Core with Angular. I set the authentication option to Individual User Accounts.
I got a working scaffol...

Titmoff
Votes: 0
Answers: 3
IHttpContextAccessor.HttpContext is null after execution falls out of the UseODataBatching middleware and causing NullReferenceExp in IdentityServer
I have a simple .NET6 OData API with the default configuration with Batch enabled.
The API is configured with IdentityServer from the default VS template.
Program.cs
var builder = WebApplication.Creat...

HMZ
Votes: 0
Answers: 1