You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ The plugin is easy to install to your solution. Built using **.Net Standard 2.0*
24
24
Install-PackageIdentityServer.LdapExtension
25
25
```
26
26
27
+
> Be aware that version 2.0.0 is for version 2.2.x of IdentityServer4. The version that comes after is for the IdentityServer4 2.3.0.
28
+
27
29
## Configuration for IdentityServer4 Server
28
30
An easy extension method have been created in order to add the LDAP as a provider to your IdentityServer. For this you simply have to use the `AddLdapUsers<TApplicationUser>(LdapConfigSection, StoreTypeOrCustomStore)`. The configuration has to be provided or it won't work. The configuration is described [here](#IS.AppSettings).
0 commit comments