Azure / azure-signalr

Azure SignalR Service SDK for .NET

Home Page:https://aka.ms/signalr-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should not require temporary access key for management SDK in transient mode.

vwxyzh opened this issue · comments

Describe the bug

When using AAD, management SDK should not require temporary access key in transient mode.

To Reproduce

  • Use AAD auth.
  • Use transient mode.
  • Only give REST API owner for SignalR service.

Management SDK will get consistent 403s from Access Key APIs.