We use ADFS and have a problem.
The PeoplePicker find users and show a string such as: "UserDisplayName [Active Directory]".
But the page throws the following error:
Microsoft.SharePoint.SPException: The specified user i:0#.w|kspd\fzimin could not be found.
at Microsoft.SharePoint.SPWeb.EnsureUser(String logonName)
at Microsoft.SharePoint.Administration.SPSiteAdministration.set_SecondaryContactLoginName(String value)
at Microsoft.SharePoint.ApplicationPages.OwnersPage.BtnConfirm_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
