Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have a requirement that a landing page should be there where the user will be authenticated and authorization process will be performed and then redirected to the sharepoint site url

i am having sharepoint 2010 site with windows authentication so i want to implement single sign on from php, java & asp.net to sharepoint site

when i am trying to access the url of the page the site is giving a popup of windows security logon which does not allow me to access the iis to execute the code written in page load

How to by pass the windows security logon while implementing single sign on to sharepoint 2010
Posted

1 solution

Secure Store Service[^] replaces SSO in SharePoint 2010. You can configure this or at the very least SharePoint 2010 uses Windows Identity Foundation so you can create a custom module.
http://channel9.msdn.com/blogs/matthijs/claims-based-identity-in-sharepoint-2010[^]
 
Share this answer
 

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