Confusion on when and if to use Claims and Roles with Asp.net Identity 2 -


i'm starting new asp.net project (webapi , webui) using identity 2. struggling understand when , if use claims @ all.

my app require users login , old membership system, have added them role when register. should continue doing or there better way handle of nowadays?

wouldnt using roles , claims overcomplicate things?

thanks

always use claims. .net identities claims-based default. btw, role claim - claim of type claimtypes.role.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

delphi - Indy UDP Read Contents of Adata -