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

2
  • custom authentication Do you mean you want to use existing database with custom tables instead of ASP.Net Identity? Commented Jan 23, 2017 at 21:51
  • @Win it's a HTTPS POST of a signed Bitcoin address (zero knowledge proof) ... think JWT with different crypto. Commented Jan 24, 2017 at 0:06

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.