0

I have a client who needs to integrate custom authentication into a MVC website.

Where in ASP.NET MVC (or core) should I implement the following tasks:

  1. Authentication
  2. Conversion of JSON claims to ASP.NET claims
  3. RBAC membership
  4. ?????

Possible approaches:

I'll be grateful for any assistance (or tips) you can provide in helping me building the right implementation

Community
  • 1
  • 1
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
  • `custom authentication` Do you mean you want to use existing database with custom tables instead of ASP.Net Identity? – Win Jan 23 '17 at 21:51
  • @Win it's a HTTPS POST of a signed Bitcoin address (zero knowledge proof) ... think JWT with different crypto. – makerofthings7 Jan 24 '17 at 00:06

0 Answers0