質問

People Search Core results Web Part is prompting user credentials for each result on the page. For instance if I get 3 results, the credentials prompt is appearing three times. I suspect that these prompts are only for the images of the user as other properties are getting displayed if I cancel the prompt. Is there a workaround for this issue ?

Thanks!

役に立ちましたか?

解決

You need to enable cross domain photo setting.

Try below code:

$wa = Get-SPWebApplication http://sitecollectionurl
$wa.CrossDomainPhotosEnabled = $true
$wa.Update()

Reference- Enable cross domain photo

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top