Preflight Checklist
Version
v3.47.5
Describe the problem caused by this bug
Calling client.CallRevokeEndpoint with an custom httpClient mutates the clients which lead to an unexpected behavior for the method.
|
client.CheckRedirect = func(_ *http.Request, _ []*http.Request) error { |
|
return http.ErrUseLastResponse |
|
} |
It may results to unknown side effects, if the httpClient is shared with other areas.
To reproduce
- Call
client.CallRevokeEndpoint
Screenshots
No response
Expected behavior
No response
Additional Context
No response
Preflight Checklist
Version
v3.47.5
Describe the problem caused by this bug
Calling
client.CallRevokeEndpointwith an custom httpClient mutates the clients which lead to an unexpected behavior for the method.oidc/pkg/client/client.go
Lines 182 to 184 in c9fca57
It may results to unknown side effects, if the httpClient is shared with other areas.
To reproduce
client.CallRevokeEndpointScreenshots
No response
Expected behavior
No response
Additional Context
No response