The process of building custom solutions for SharePoint Server.
Hi @Jesús Libreros
Since this is a public platform, I’ve moved the detailed logs to a private message to avoid exposing any personal or organizational information. Please refer to the private message for those details.
Please note that this is a peer-to-peer support forum. Moderators, contributors, and external Microsoft employees here do not have access to back‑end systems or diagnostic tools, so we cannot collect logs or perform a full investigation of your environment. Our role is limited to sharing technical guidance and best practices based on publicly available documentation and personal experience.
While reviewing the ULS logs, you may see entries such as: Can't instantiate WindowsIdentity for user <name>''</name> and authentication type ''.
At first glance, this can appear to be the root cause of a workflow issue. However, this message is generated earlier in the SharePoint authentication pipeline, before the request has a standard Windows‑authenticated user context. In workflow scenarios, Workflow Manager communicates with SharePoint using OAuth, not Windows authentication. Because of this, the request may legitimately lack a Windows identity at that stage, and the log entry is simply informational.
The actual authentication issue occurs later in the same request, where SharePoint attempts to validate the OAuth actor token issued by Workflow Manager and throws the following exception: The actor token's outernameid claim is null or whitespace.
This indicates that although SharePoint successfully received and parsed the OAuth token, actor token validation failed during identity resolution.
Based on the OAuth token claims present in the ULS logs, the environment appears to be using SharePoint Workflow Manager (SPWFM) rather than Classic Workflow Manager.
However, beginning with the September 2025 SharePoint update, SharePoint requires a compatible patch level of SharePoint Workflow Manager (SPWFM) and matching SPWFM client components installed on all SharePoint servers.
If either the farm or client components are not updated to at least the August 2025 CU or later, OAuth actor token validation can fail during workflow execution.
You can read more at Trending Issue: Classic Workflow Manager Workflows fail after September 2025 CU for SharePoint – St…
This information is provided as a convenience to you. These sites are not controlled by Microsoft, and Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please ensure that you fully understand the risks before using any suggestions from the above link.
As a next step, please verify that:
-Ensure the SharePoint Workflow Manager farm is updated to the latest supported CU.
-Confirm the SPWFM client update is installed on all SharePoint servers in the farm.
I hope this helps point you in the right direction.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.