IdentityServer4Demo icon indicating copy to clipboard operation
IdentityServer4Demo copied to clipboard

.NET Developers Community Meetup Demo on August 30, 2017

Results 1 IdentityServer4Demo issues
Sort by recently updated
recently updated
newest added

I have been going though your demo it has been very helpful. I am having a problem with the 2fa implementation [var user = await _signInManager.GetTwoFactorAuthenticationUserAsync();](https://github.com/rizamarhaban/IdentityServer4Demo/blob/6dddd9d184574f1951df09a7256d8948987cb030/IdentityServer/Controllers/AccountController.cs#L95) is always null. It...