Nikolai Grigoriev
Nikolai Grigoriev
I had a similar issue (tried to work with Kubernetes YAMLs) and, indeed, the lists do not seem to work as expected. I get empty objects. I was able to...
I second that, this is a bug that I started to see right after upgrading to 3.5.0. Scenario: an app having 4 types of connections enabled in AFwall+ (local, wifi,...
I have just installed 3.5.2.1 and it _seems_ the issue is gone. But I will keep testing it to confirm. With 3.5.0 it was perfectly reproducible even when moving from...
I disagree. Metadata works fine for anything BUT websocket protocol. In case of websocket, as far as I understand, the gRPC metadata is passes after the connection upgrade. You are...
Well, it is non-standard but it exists and we have developers who insist on using it, so we need to adapt with the lowest possible cost and in the way...
I can try. I would probably not try to bring in the direct mentioning of the "query string" to the API, this is too much. Here is a silly idea....
Why not, just need to figure out how to make it elegant with Typescript. I use several languages, but Typescript is not one of them :) Another option would be,...
Just keeping this open, I am planning to propose a change soon.
This may be related to https://github.com/improbable-eng/grpc-web/issues/796 as well, I think an alternative transport would deal with these purely transport-specific requirements.
My quick guess. I see that when calling AAD OIDC auth endpoint you pass resource=https://graph.microsoft.com. You will be certainly getting the tokens with the audience set to that. I do...