Hello, I configured the workflow with server high availability 03. When you try to register the SharePoint Server workflow, the following error appears.
Failed to query the oath s2s metadata endpoint at uri
How can I resolve the same please help?
Failed To Query The Oath S2s Metadata Endpoint At Uri Error Solved
To solve this, I removed the progress manager service application exploitation this command…Get-SPWorkflowServiceApplicationProxy | Remove-SPServiceApplicationProxy
Now I run an equivalent register command with -force parameter like this. Register-SPWorkflowService -SPSite “http://server****/sites/workflow” -WorkflowHostUri “http://server****:12291” -AllowOAuthHttp –Force and it worked!