IdentityServer3.MembershipReboot icon indicating copy to clipboard operation
IdentityServer3.MembershipReboot copied to clipboard

MembershipReboot support for Thinktecture IdentityServer3

Results 2 IdentityServer3.MembershipReboot issues
Sort by recently updated
recently updated
newest added

Added a check to ensure expected behavior on `IsActiveAsync`. A `UserAccount` who is authenticated and verified is an active `UserAccount`. For all other scenarios `IsActive` should return `False`. See #44

Hi, I've come across an issue when implementing authentication with **MembershipReboot** users that go through a two-step login. They will not be marked as verified by my `UserService`until they have...

question