Aries Zhang

Results 14 comments of Aries Zhang
trafficstars

Hi @clobrano @EstebanJesus any chance this PR and all other PRs that are failed due to this can be merged sooner? Maybe also @gavv ?

Any updates please?

> @aries-zhang I am currently comparing rest-client with [httpyac](https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac). In httpyac I see all requests/response in the output (httpyac - Requests). Maybe it's worth a try for you. But httpyac...

EnumSerializer has the same issue. Say these 2 enums ``` object Gender extends Enumeration { type Gender = Value val Male = Value(1) val Female = Value(2) } object SwitchStatus...

Hi @trwalke , saw you moved this issue into [MSAL.NET Customer Trust](https://github.com/orgs/AzureAD/projects/11). Does this mean it is currently in the dev pipeline? is there an ETA if so?

Hi @ashok672 is there any updates on this issue? We are keen to update to the latest broker lib now due to multiple issues but this is our largest concern...

Hi team, we got the exact same error when trying to simulate a user's network environment which has SSL decryption in their firewall with Fiddler. The network path is something...

> There are two types of `WithExtraQueryParameters`, some on [application builder](https://learn.microsoft.com/en-us/dotnet/api/microsoft.identity.client.abstractapplicationbuilder-1.withextraqueryparameters?view=msal-dotnet-latest) (makes the parameters application-wide) and some on the [acquire token builder](https://learn.microsoft.com/en-us/dotnet/api/microsoft.identity.client.abstractacquiretokenparameterbuilder-1.withextraqueryparameters?view=msal-dotnet-latest) (for per-request parameters). Took a quick look and...

Hi @pmaytak some more observations: when multiple token requests happen simultaneously there is a chance the resource is mis-applied on some of them and it returns an incorrect token, so...