I have a requirement where i use both Windows authentication as well as form based authentication.
I have already developed a web site in asp.net.. with csom to interact with sharepoint 2013 site.
now i want to use it with authentication user can login with windows credentials or form credentials of sharepoint site how do i pass credentials to my csom application to get data.
Ranjith