IdentityServer4.LdapExtension icon indicating copy to clipboard operation
IdentityServer4.LdapExtension copied to clipboard

Async ILdapUserStore

Open scattered-code opened this issue 6 years ago • 2 comments

Since LDAP calls are I/O bound, async calls could add a performance benefit under high-load.

scattered-code avatar Feb 09 '20 17:02 scattered-code

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

chrgraefe avatar Jun 12 '20 06:06 chrgraefe

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

Nordes avatar Apr 13 '21 01:04 Nordes