Security Token Service

Tanmoy Das 801 Reputation points
2020-08-06T06:41:48.237+00:00

Hi, getting the below error in one of the internal web servers.

An exception occurred when trying to issue security token: The request channel timed out while waiting for a reply after 00:00:59.6669538. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,237 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jerry Xu-MSFT 7,926 Reputation points
    2020-08-06T08:02:31.563+00:00

    Just like the error mentioning, have a try to configure the WCF service and increase the timeout value on the Binding.

    Similar thread you can refer to: https://stackoverflow.com/questions/1520283/wcf-service-how-to-increase-the-timeout

    https://stackoverflow.com/questions/6849552/sharepoint-2010-securitytokenservice-error

    0 comments No comments