rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
12.31k stars 3.92k forks source link

Support http proxy in OAuth 2.0 authentication backend plugin #12774

Open MarcialRosales opened 23 hours ago

MarcialRosales commented 23 hours ago

Is your feature request related to a problem? Please describe.

When there is a proxy in between the Idp and RabbitMQ, RabbitMQ has to use the proxy protocol to contact the idp via the proxy.

Describe the solution you'd like

Allow users to configure Oauth2.0 authentication plugin with the proxy settings to use when connecting to the Idp, either to download signing keys or to download the openid configuration.

Describe alternatives you've considered

No response

Additional context

No response