Pass authentication from Asp.net Site to Sharepoint
-
Our problem is as below. 1.) We have as Asp.net application (.net 3.5 Framework) using Form Authentication (authenticated based Active Directory) hosted on SERVER-A. 2.) We have a Sharepoint server (MOSS 2007) using Windows Authentication hosted on SERVER-B. 2.) We need to provide link to Sharepoint server from Asp.net application and Sharepoint site should open in new windows using same authentication which is already done in Asp.net web site. What we Want to Achieve As user is already authenticated with Active Directory credential in Asp.net web site we what that when user click on Sharepoint site hyperlink Sharepoint should not ask for authentication again. What is actually happening? When user clicks on Sharepoint web site hyperlink from asp.net site, Sharepoint site opens in new windows as ask for username and password. What we want a Solution: How to pass credential from Asp.net site to Sharepoint so that Sharepoint site opens without asking for Authentication again. It would be great if we get some sample application which illustrate how to achieve the same.
-
Our problem is as below. 1.) We have as Asp.net application (.net 3.5 Framework) using Form Authentication (authenticated based Active Directory) hosted on SERVER-A. 2.) We have a Sharepoint server (MOSS 2007) using Windows Authentication hosted on SERVER-B. 2.) We need to provide link to Sharepoint server from Asp.net application and Sharepoint site should open in new windows using same authentication which is already done in Asp.net web site. What we Want to Achieve As user is already authenticated with Active Directory credential in Asp.net web site we what that when user click on Sharepoint site hyperlink Sharepoint should not ask for authentication again. What is actually happening? When user clicks on Sharepoint web site hyperlink from asp.net site, Sharepoint site opens in new windows as ask for username and password. What we want a Solution: How to pass credential from Asp.net site to Sharepoint so that Sharepoint site opens without asking for Authentication again. It would be great if we get some sample application which illustrate how to achieve the same.
You can implement single sign on in SharePoint. Go through following link. http://technet.microsoft.com/en-us/library/cc262932(office.12).aspx[^] hope it helps.