Terence Fan
Terence Fan
### Summary of the changes (Less than 80 chars) - Detail 1 - Detail 2 Fixes #bugnumber (in this specific format)
### Summary of the changes (Less than 80 chars) - Detail 1 - Detail 2 Fixes #bugnumber (in this specific format)
It is common to allow only `Server connection` and `Client connection` if you don't want others to access your `REST API` from the public network. However, our aad auth workflow...
### Describe the bug There should be a client extension like this: ```C# services.AddAzureClients(builder => { builder.AddWebPubSubServiceClient(this TBuilder builder, Uri endpoint, string hub, TokenCredential credential) } ``` But we only...
### Describe the bug In July, we addressed a security vulnerability that had unintentionally permitted Microsoft Entra (Azure AD) tokens with incorrect audience to bypass our authentication verification. The expected...
### Summary of the changes (Less than 80 chars) - Detail 1 - Detail 2 Fixes #bugnumber (in this specific format)