I run the command below to fix the search issue.
$serviceConfig = Get-SPSecurityTokenServiceConfig
$serviceConfig.AllowOAuthOverHttp = $false
$serviceConfig.Update()
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We just recently created the site with search center in SharePoint Online, the aim for creating the site is to search from SharePoint Online to SharePoint On-premise.
All users can search, but it displays all the results from all the sites on the web applications on SP on-prem.
I created a query rule to display result on the specific sites. By the way the Web Application consist of 6 site collection.
I tried to put a query rules, It is working fine on my account and other service account that i used. But for other users it does not display any results.
But when I remove the query rules, the search will work again but it display all documents from all 6 site collection.
I tried on 1 user to level on my permission but still no success, it still not display any results.
Can somebody help me on this.. this is so frustrating i don't know what to check now..
Thank you.
I run the command below to fix the search issue.
$serviceConfig = Get-SPSecurityTokenServiceConfig
$serviceConfig.AllowOAuthOverHttp = $false
$serviceConfig.Update()