Where is AddConfigurationStore and AddOperationalStore in IdentityServer4 v2.3.2
AddConfigurationStore
and AddOperationalStore
are extensions in the Microsoft.Extensions.DependencyInjection namespace, but located in the IdentityServer4.EntityFramework
assembly.
You'll have to add the IdentityServer4.EntityFramework
NuGet package to your project.