IdentityServer4.LdapExtension
IdentityServer4.LdapExtension copied to clipboard
Async ILdapUserStore
Since LDAP calls are I/O bound, async calls could add a performance benefit under high-load.
Hi, the underlying library (Novell.Directory.Ldap.NETStandard) isn't supporting async methods yet. There is development effort to implement this. see here: issue: https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard/issues/27 branch (develop): https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard/tree/develop
please stay tuned
I've upgraded the lib today. However, I don't know if they did anything about it.
new branch described in https://github.com/Nordes/IdentityServer4.LdapExtension/issues/65#issuecomment-818319239