IdentityServer4.LdapExtension
IdentityServer4.LdapExtension copied to clipboard
invalid_grant and "User has been disabled"
I've implemented IS on my AD ad it work with login page. I'm tring the ResourceOwnerPassword but I always get invalid_grant and in log I see "User has been disabled".
The problem is in then LdapUserProfileService.IsActiveAsync that don't find the user and set context.IsActive to false.
At runtime the Users collection is empty. Anyone has this issue?
Grazie