I need to add a custom webpart to default.aspx page of created MySite. I followed this post and it is working well. What is strange thou, it works well for users that authenticate via Windows Autehntication. When I'm creating MySite for user authenticated via ADFS, code runs smooth until, but Provisioned flag never changes its status - it's always false, so while loop RunProcess never exits. Do you have any clue why this might be happening? Could it be because of lack of profile synchronization (I have UPS, but not all profiles are up-to-date)?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
|||
default.aspxis not available. It is available when site is provisioned, butProvisionedflag for site's root web never changes to true when user is logged differently than by AD. – jjczopek Feb 8 '12 at 14:54