Results 87 comments of Dennis Kniep

Moved this feature request here: https://github.com/Kuadrant/authorino/issues/477, because its not releated OAuth 2.0 Token Exchange (RFC 8693) Sorry for confusion

@arkodg any feedback? (not stale)

Hi @zetaab, that is part of envoy proxy's logic. The idToken, bearerToken and refreshToken Cookie is only issued, if `forwardBearerToken` is set to `true`, see [here](https://github.com/envoyproxy/envoy/blame/bb4a76ac13d0b8a6851e7db4b1c3a4f2d408f92e/source/extensions/filters/http/oauth2/filter.cc#L637) I already made a...

Even if we revert something on Envoy Gateway side, it would not change that mentioned Cookies are never issued, if `forwardBearerToken` is set to `false` There is already a PR...