Terence Fan

Results 18 comments of Terence Fan

@joukevandermaas Hello, it's not recommended to use `connection string` to set up AAD identity anymore. https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-howto-authorize-application#app-server ![image](https://user-images.githubusercontent.com/4176855/169201474-55120af0-faec-423f-9eb3-c057ae089220.png)

#1616 Hello, I've already created a PR to introduce a new type "azure" for fixing this. It should be in our next release.

Acknowledged. You're right, `issuer` and `original issuer` won't be passed to server SDK since we didn't put these properties in the `OpenConnectionMessage`, which is used to generate connection context. I'm...

I'll see if SignalR protocol could support this.

With 'authType=aad', we use `Azure AD Token` to connect to our service instead of using `AccessToken`, which doesn't contain the server name in its claims, results in the failure to...

@ShrenikOne There will be a service deployment next week, which is expected to be done by the end of Sep 17th. So I think the preview version could be released...

SDK `1.11.0` has already been released, but it still requires our Runtime deployment, which is in progress and is expected to be completed by the end of this month.

Hello, The problem is likely caused by a misconfiguration. Could you share a screenshot of your `Role Assignments` and a sample `AADToken` with us? You could use https://jwt.io/ to parse...

@MoaidHathot Could you share your `resourceId` with us so we could check the server log to see what happened at that time?