[Blazor] Guidance on limiting circuits per user #11966
Labels
area-blazor
Includes: Blazor, Razor Components
Docs
This issue tracks updating documentation
Done
This issue has been fixed
Milestone
We don't have any mechanism that out of the box limits the number of circuits a user/ip can create, but this is achievable through current extensibility.
We should provide a sample that showcases this.
This can be achieved by keeping track of the endpoints that create circuits (for example through a handler on OnCircuitOpened) and capturing information (like the user principal or the client ip address) and using that to limit the connections per server instance.
The text was updated successfully, but these errors were encountered: