Skip to content

Could RabbitMQ use a simple mode OAuth 2.0 Service? #11810

You must be logged in to vote

RabbitMQ's JWT token requirements are documented in the extensive OAuth 2 guide:

  • Prerequisites, which explicitly mentions the aud field and what it must match in RabbitMQ configuration
  • Scopes express the permissions your client has, so this field is not optional
  • Signing keys are not optional but they don't have to be provided in the configuration, RabbitMQ 3.13 can fetch them from an JWKS URL

RabbitMQ Core Team will not provide any support for deviating JWT tokens or OAuth 2/IDP setups.
Our OAuth 2 plugin supports five different identity providers with extensive documentation. Please pick one of those options or use a different authN/authZ backend, of which we also support multiple.

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants