In my MVC app I am working with the EntityFramwork, and I Would like to use the Owin Oauth of MVC. Is there a possibility that I can connect the Owin with my custom Db Users. How can i solve this issue.
Asked
Active
Viewed 95 times
0
-
Have you tried to implement it? What code do you already have? Where have you stopped? – cassandrad Jun 20 '16 at 07:48
-
I don't know where to start or even if its possible. Thats why this question. – Letoir Jun 20 '16 at 08:34
-
At least describe which kind of OAuth you want to use. Is it a custom OAUth server or you would like to use it with Facebook or Twitter. Do you have already any OWIN middleware in your app? – cassandrad Jun 20 '16 at 08:47
-
Possible duplicate of [How to implement oauth2 server in ASP.NET MVC 5 and WEB API 2](http://stackoverflow.com/questions/26755573/how-to-implement-oauth2-server-in-asp-net-mvc-5-and-web-api-2) – cassandrad Jun 20 '16 at 09:00