Replies: 4 comments
-
rabbit version is RabbitMQ 3.12.8, use docker deploy, image: rabbitmq:latest |
Beta Was this translation helpful? Give feedback.
-
@hakimhjx sorry the reproduction steps are inadequate. Troubleshooting OAuth 2 always comes down to minor details. With a description like this, we'd have to guess as to what you are trying to achieve. And we do not guess in this community. |
Beta Was this translation helpful? Give feedback.
-
@MarcialRosales perhaps you understand the intent and what the question is? |
Beta Was this translation helpful? Give feedback.
-
@hakimhjx , The value of It could be that the jwks_url you are using does not point to the endpoint that returns the signing keys and that is why RabbitMQ cannot find it. Which oauth provider are you using? I recommend that you enable debug logging in RabbitMQ. It can help you troubleshoot the issue. But I can tell you that if it works when you configure the signing_keys then the issue has to do with the actual jwks_url or the endpoint. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
use jwks_url login report key_not_found,but use signing_keys login is success.
if use jwks_url set key , What is the value of kid?
JWT
jwks.json
Reproduction steps
Expected behavior
login success
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions