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

Check user active/passive from IPassiveable first on ProfileService.

Open mehyaa opened this issue 6 years ago • 0 comments

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.

mehyaa avatar Jan 07 '19 08:01 mehyaa