diogodamiani / IdentityServer4.Contrib.MongoDB

MongoDB persistence layer for IdentityServer4
Apache License 2.0
111 stars 58 forks source link

IdentityServer4.Storage version #39

Closed Anaster666 closed 4 years ago

Anaster666 commented 4 years ago

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!

Anaster666 commented 4 years ago

Sorry, Now in the closed Issues I have seen the same question and it is in RC version.

Thanks and sorry