Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
What is Windows based authentication, SQL based Authentication, Mixed mode.
Why Microsoft implemented Windows based authentication when SQL based authentication is available. Is there any benefit of Windows based authentication on SQL based Authentication.If yes, then what and why sql based authentication is there then? If No, why it is present. How these authentication works.
Posted

 
Share this answer
 
Comments
Nishit Joshi 10-Oct-12 1:34am    
How these authentication works. ?
PriyaBehl26 10-Oct-12 1:36am    
Go thru the link...It Explains in detail!
Nishit Joshi 10-Oct-12 1:43am    
Thank You
Windows Authentication means that the identity is handled as part of the windows handashaking and now password is ever 'out there' for interception.

SQL Authentication means that you have to store (or provide) a username and a password yourself making it much easier to breach. A heap of effort has gone into making windows authentication very robust and secure.

mixed authentication is to allow for both it depends on your requirement .


to understand in detail please follow this link -

http://msdn.microsoft.com/en-us/library/ms144284.aspx[^]
 
Share this answer
 
Comments
Nishit Joshi 10-Oct-12 1:44am    
Thank You
Sarvesh Kushwaha 10-Oct-12 1:49am    
mark its as answer if my answer satisfied you :) :) .. by marking answered you will help others as well :)

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