When I configure the identityserver appears the next error:
Method 'FindIdentityResourcesByScopeNameAsync' in type 'IdentityServer4.MongoDB.Stores.ResourceStore' from assembly 'IdentityServer4.Contrib.MongoDB, Version=2.3.4.0, Culture=neutral, PublicKeyToken=null' does not have an implementation
When I configure the identityserver appears the next error:
Method 'FindIdentityResourcesByScopeNameAsync' in type 'IdentityServer4.MongoDB.Stores.ResourceStore' from assembly 'IdentityServer4.Contrib.MongoDB, Version=2.3.4.0, Culture=neutral, PublicKeyToken=null' does not have an implementation
And if I add this DI:
builder.Services.AddTransient<IClientStore, IdentityServer4.MongoDB.Stores.ClientStore>();
The error is that I need the version 2.3.1.0 of Identityserver4.Storage
Thanks for all!