IdentityServer4.AspNetIdentity
IdentityServer4.AspNetIdentity copied to clipboard
Check user active/passive from IPassiveable first on ProfileService.
Check if the user is active from IPassiveable interface if entity implements it.
AspNetIdentity User entity has no active/passive property but on some scenario you need capability of making user active/passive.
This change depends on the https://github.com/IdentityServer/IdentityServer4.Storage/pull/5 is merged and assumes a NuGet package published with a version number like "2.3.2" (version number can change, the current version for IdentityServer4.Storage is "2.3.1" so I choose the following number), else it won't build.