Click here to Skip to main content
15,878,970 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to perform OAuth open authentication in MVC4 web site .I have tried it with the existing MVC4 template in Visual Studio 2013 Express.But I need to perform the authentication with my own custom database having users table already exists.
In MVC template the class used was OAuthWebSecurity, that interacted with the default connection and auto generated local database.I need to use this class and its method work as per my existing data base.
Please help with a viable solution.
I have searched enough on internet, but I only found OAuth with Simple membership provider and auto generated localdb database.
Posted
Comments
pk.pradeep 9-Sep-14 10:34am    
Please check the following link
http://www.asp.net/mvc/tutorials/security/using-oauth-providers-with-mvc
Akhil Mittal 10-Sep-14 1:04am    
Its for default membership provider.My question is different.
I have already gone through that link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900