authentication(Client and server side) in Azure Signalr service

Banerjee, Somdutta 141 Reputation points
2022-06-28T21:24:38.113+00:00

Please can someone explain how exactly authentication works in Azure SignalR service for the server side and client side communication? does the client actually authenticate to Azure SignalR service?
And what does this statement actually means "Azure SignalR Service only supports Azure AD authentication for the management plane but not for the data plane."

Thank you

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
122 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,829 questions
0 comments No comments
{count} votes

Accepted answer
  1. 2022-06-29T04:00:06.6+00:00

    Hello @Banerjee, Somdutta , a SignalR client connection requires a connection token which is issued by the SignalR Auth API and signed using an Azure AD access token issued by Azure AD to the security principal backing your App Server and which is the one that calls the Auth API. For more information take a look to Client-side authentication while using Azure AD.

    Azure SignalR Service only supports Azure AD authentication for the management plane but not for the data plane means that clients will get authenticated using a SignalR, not Azure AD, issued tokens.

    Let us know if this answer was helpful to you or if you need additional assistance. If it was helpful, please remember to accept it and complete the quality survey so that others in the community with similar questions can more easily find a rated solution.

    0 comments No comments

0 additional answers

Sort by: Most helpful