Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with IdentityServer4 v.2.3.0.0 #18

Closed
deka opened this issue Nov 30, 2018 · 4 comments
Closed

Not working with IdentityServer4 v.2.3.0.0 #18

deka opened this issue Nov 30, 2018 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@deka
Copy link

deka commented Nov 30, 2018

No description provided.

@Nordes
Copy link
Owner

Nordes commented Nov 30, 2018

@deka please provide more details.

@deka
Copy link
Author

deka commented Nov 30, 2018

Hi,
With nuget IdentityServer4 v2.3 and IdentityServer4.LdapExtension v2.0

Compilation fail when i try to add :
.AddLdapUsers(Configuration.GetSection("MyConfigurationSection"), UserStore.InMemory);

Error message :
The type 'IIdentityServerBuilder' is defined in an assembly that is not referenced. You must add a reference to assembly 'IdentityServer4, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null'

@Nordes
Copy link
Owner

Nordes commented Dec 1, 2018

The solution is to simply clone the project, update the packages, rebuild and it works.

@Nordes Nordes added enhancement New feature or request and removed Missing Details 🤷 labels Dec 1, 2018
Nordes pushed a commit that referenced this issue Dec 1, 2018
@Nordes
Copy link
Owner

Nordes commented Dec 1, 2018

This will be part of the next release.

@Nordes Nordes closed this as completed Dec 1, 2018
@Nordes Nordes modified the milestones: 2.1.0, V.Next, 2.0.0 Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants