Removing access_token from websocket client url

Piotr Gardy 1 Reputation point
2021-09-01T10:22:10.607+00:00

I want to use Azure Web PubSub for TwiML Stream . However they don't support query parameters in the url.. Is there way to get client address of Web PubSub websocket that doesn't have access_token ?

Regards

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
62 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Liangying Wei 756 Reputation points Microsoft Employee
    2021-09-03T06:19:08.817+00:00

    We are actively working on a feature to delegate the authentication to the connect event handler.

    May I ask how TwiML Stream handles WebSocket connection authentication?

    0 comments No comments