Replies: 2 comments 7 replies
-
Ahh, this is perhaps a better place to discuss. I've never done this @j055 - how does the SignalR server get the user principal/identity? (as in: I've never manually created a signalr server, so I don't know how the tech works or gets the user identity from the client) |
Beta Was this translation helpful? Give feedback.
-
OK, now that (at least I) understand that this is a server-side Blazor app configured to use an external SignalR (via Azure) backbone, I'm happy to try and sort out what's happening - though this is a busy time in my day job because it is the annual kickoff for the year, etc. So my time is limited, so I'm happy to offer thoughts, but can't do research. I've never configured this sort of setup, and I don't know how the SSB state is managed when the SignalR messaging is flowing somewhere other than to the web server. Does SSB manage the state on the backbone server instead of the web server? And in any case, taking CSLA out of the equation, how does SSB and/or SignalR normally manage the current user identity in this scenario? This is the core question Remember that CSLA doesn't actually manage the current user identity in aspnetcore scenarios. CSLA relies entirely on aspnetcore to maintain the user identity, and the So once we understand how and where the user principal/identity are stored by aspnetcore and/or SignalR, then it might be necessary to create a CSLA context manager for this scenario.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Created a bug report:
#2007
Beta Was this translation helpful? Give feedback.
All reactions