Is it supposed to be possible to generate your own JWT within the negotiate function for SignalR Serverless AND have that same JWT passed back to you when the connection event from EventGrid is triggered?
When my EventGridTrigger executes upon a new connection, I get given the UserId which I set, but the AccessToken isn't the one I returned from the negotiate function.
I'm wanting to store extra info in the JWT that can later be accessed when the Serverless SignalR Client Connection Connected event fires, by way of additional claims in the JWT.