Relative Content

Tag Archive for c#asp.net-corekeycloakasp.net-core-signalrasp.net-core-8

Using multiple JWT schemes with SignalR WebSocket Hub in ASP.NET Core 8.0

I am unable to get claims because user is not authenticating while connecting to signalr web socket hub. I have sent the token in query string as mentioned here. I want to use multiple JWT scheme configuration. For multiple realms of Keycloak identity with dotnet8 web API. Its not invoking OnMessageReceived event for 2nd realm i.e realm2 in this case.