AzureSignalR-samples icon indicating copy to clipboard operation
AzureSignalR-samples copied to clipboard

Access SignalR Service with AAD auth options started to fail after several months

Open enijburg opened this issue 4 years ago • 3 comments

We have a couple .netcore applications connected to signalr services through aad auth. Last week the clients that connect to the negotiated endpoint get 401 errors. If I change the AddAzureSignalR connection string from the "Endpoint=https://nnn.service.signalr.net;AuthType=aad;" to the Primary connectionstring from Keys in azure portal everything works again. Did something change related to AAD auth?

Thanks in advance.

https://github.com/Azure/azure-signalr/pull/1243

enijburg avatar Apr 09 '21 15:04 enijburg

Hello, @enijburg when did this happen? And what type of managed identity you are using now?

  • [ ] System assigned
  • [ ] User assigned

terencefan avatar Apr 21 '21 07:04 terencefan

Would you mind tell me in which region you tested your service as well?

terencefan avatar Apr 21 '21 07:04 terencefan

Hi @terencefan, our services run in west europe and north europe. We assign User assigned managed identities through IAM role assignments from deployment pipeline (SignalR App Server (Preview) role)

enijburg avatar Apr 21 '21 07:04 enijburg