[SECURITY] Secure SignalR WorkflowInstanceHub
to Require Authentication
#6084
Labels
bug
Something isn't working
Milestone
Problem
The
WorkflowInstanceHub
currently accepts anonymous requests, which poses a security risk by allowing unrestricted access to SignalR endpoints. To improve security, we need to enforce authentication for all requests to this hub.Solution
WorkflowInstanceHub
to require authenticated requests.Acceptance Criteria
WorkflowInstanceHub
no longer accepts unauthenticated requests.The text was updated successfully, but these errors were encountered: