Open ninckblokje opened 1 year ago
There's no way to configure this @ninckblokje. Feel free to send a PR.
Great!
Should the current behaviour be the default if I create configuration option for this?
Should the current behaviour be the default if I create configuration option for this?
Yes.
@ricardozanini @hbelmiro This is being labeled as Stale.
Hi,
Since #355 the API key header will get the value of the authorization header (if it is set in the request context; the class ApiKeyAuthenticationProvider handles this). However this causes problems when an API requires both an authorization header (with a JWT bearer token) and a static API key (in a different header).
Is there a way to disable this functionality? Or is it possible to make this behaviour configurable (or can I submit a PR to make this possible)?
Jeroen