简体   繁体   中英

Implementing authentication and authorization using OWIN

I try to create authentication and authorization for my single page web-api project.

For this purpose I red this cool article from Taiseer Joudeh .

But the problem is that in my project I have database with tables and I want to adopt OWIN to work with my existing tables .

Maybe someone knows useful article or post on which I can rely for this subject?

You need to be looking at creating a custom Identity storage provider. Read the following as a starting point: https://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM