Could RabbitMQ use a simple mode OAuth 2.0 Service? #11810
-
We has a OAuth 2.0 backend which used to be backend to many applications. When post the signed to jwks url with access_token parameter , it returns HTTP 200. Any advice will be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
RabbitMQ's JWT token requirements are documented in the extensive OAuth 2 guide:
RabbitMQ Core Team will not provide any support for deviating JWT tokens or OAuth 2/IDP setups. |
Beta Was this translation helpful? Give feedback.
RabbitMQ's JWT token requirements are documented in the extensive OAuth 2 guide:
aud
field and what it must match in RabbitMQ configurationRabbitMQ 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.