Answered by:
Does OWIN Supports SQL Authentication?

Question
-
User-1902077557 posted
I have to use SQL Membership in Owin for authentication.. How to perform this?
Tuesday, April 12, 2016 10:23 AM
Answers
-
User527778624 posted
Hi,
What i know, OWIN be used with identity for authentication.
check this post for simple code:
http://stackoverflow.com/questions/31894237/asp-net-mvc-alternative-login-to-identity
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, April 12, 2016 11:21 AM -
User614698185 posted
Hi arul.sg777,
ASP.NET Membership was designed to solve site membership requirements, which involved Forms Authentication, and a SQL Server database for user names, passwords, and profile data. Since the log- in/log-out functionality is based on Forms Authentication, the membership system can't use OWIN. OWIN includes middleware components for authentication, including support for log-ins using external identity providers (like Microsoft Accounts, Facebook, Google, Twitter), and log-ins using organizational accounts from on-premises Active Directory or Azure Active Directory. OWIN also includes support for OAuth 2.0, JWT and CORS.
For more information, please see:
http://www.asp.net/identity/overview/getting-started/introduction-to-aspnet-identity
http://blog.jsgoupil.com/asp-net-membership-to-owin/
Best Regards,
Candice Zhou
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 13, 2016 8:21 AM
All replies
-
User527778624 posted
Hi,
What i know, OWIN be used with identity for authentication.
check this post for simple code:
http://stackoverflow.com/questions/31894237/asp-net-mvc-alternative-login-to-identity
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, April 12, 2016 11:21 AM -
User614698185 posted
Hi arul.sg777,
ASP.NET Membership was designed to solve site membership requirements, which involved Forms Authentication, and a SQL Server database for user names, passwords, and profile data. Since the log- in/log-out functionality is based on Forms Authentication, the membership system can't use OWIN. OWIN includes middleware components for authentication, including support for log-ins using external identity providers (like Microsoft Accounts, Facebook, Google, Twitter), and log-ins using organizational accounts from on-premises Active Directory or Azure Active Directory. OWIN also includes support for OAuth 2.0, JWT and CORS.
For more information, please see:
http://www.asp.net/identity/overview/getting-started/introduction-to-aspnet-identity
http://blog.jsgoupil.com/asp-net-membership-to-owin/
Best Regards,
Candice Zhou
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 13, 2016 8:21 AM