rabbitmq / rabbitmq-oauth2-tutorial

Explore integration of RabbitMQ with Oauth 2.0 auth backend plugin
42 stars 23 forks source link

Fix keycloak example #25

Closed Schmitze333 closed 1 year ago

Schmitze333 commented 1 year ago

We found the example for keycloak not working out of the box. This PR reflects the changes that were needed to make it work.

Relates to: https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/issues/24

MarcialRosales commented 1 year ago

Thanks @Schmitze333 ! I will take a look shortly. I am going to show case using jwks_url with keycloak. That way we wont need a static signing key. But in the meantime, I am going to approve your changes once I try them out.

MarcialRosales commented 1 year ago

Thanks a lot @Schmitze333 for this PR !!