IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

GetUserClaims should use IdentityFactory #21

Closed brockallen closed 9 years ago

brockallen commented 10 years ago
brockallen commented 10 years ago

Should use ClaimsIdFactory on UserMgr, but will also need to map claim types (role, username).

brockallen commented 9 years ago

Will not implement -- Decided it was too messy between the factory and the claims needed by idsvr. If custom claims/properties needed, then can derive and override GetClaimsFromAccount.