New answers tagged single-sign-on
1
OR...you could NOT use PORT numbers for your MySite web application and either create a unique URL like http://mysite or http://my (or whatever works for your organization and culture). Then set trusted sites.
OR, If the users are non-domain users (the new domain will trip an auth prompt when you switch hosts) you could create the MySite host under a ...
1
You need to configure ADFS with SharePoint. Essentially its a type of Claims Authentication with a conceptual walkthrough mentioned here
This is an excerpt from MSDN that explicitly mentions the flow of a single user from one web app to another in SharePoint
Visiting Two SharePoint Web Applications
In this walkthrough, John visits the a-Portal ...
0
http://msdn.microsoft.com/en-us/library/hh446525.aspx
This gives you a pretty good overview of what you need to do. In a nutshell:
1) Set up SharePoint on Claims Authentication, each web application authenticating to Active Directory (or a custom provider if you'd rather)
2) Configure the Security Token Service so everyone is on the same page
Not easy ...
Top 50 recent answers are included