IdentityServer3.AspNetIdentity
IdentityServer3.AspNetIdentity copied to clipboard
ASP.NET Identity support for Thinktecture IdentityServer3
Added async postfix to fit async convention.
AuthenticateLocalAsync is vulnerable to a timing attack. In IdentityServer3 the LoginLocal route can give away what accounts exist when used with AspNetIdentityUserService. When using a bad password entering an account...
I'm using the `CookieAuthenticationMiddleware` and now trying to integrate IdentityServer3 in combination with IdentityServer3.AspNetIdentity. To invalidate cookies when user information (password, external accounts, ...) changes you would normally use the...
I am setting up IdSrv3 (2.5.4) with IdentityServer3.AspNetIdentity (2.0.0) and IdentityModel (2.0.0 / 1.13.0). I get this exception in the event log when trying to do a UserService operation: >...
Like in this fork: https://github.com/sixten/IdentityServer3.AspNetIdentity/commit/2dab4953bb5ca6fd957a0bff5041df8bc8a39d3f#diff-941cf049f34d0e34fa5af6b7281271ceR45
When i open the admin panel by click on "IdentityManager User Administration" link or open the admin section its not asking for any credentials or anything and automatically login in...