rabbitmq-oauth2-tutorial
rabbitmq-oauth2-tutorial copied to clipboard
Explore integration of RabbitMQ with Oauth 2.0 auth backend plugin
### Describe the bug We are using Azure ad to authenticate rabbitmq. Created roles (administrator, monitoring) to access UI as per the documentation. While administrator is working fine, with monitoring...
Configure oauth2 `scope_aliases` using cuttlefish-style in `.conf` rather than erlang-style in `advanced.config` for Okta use case. This PR depends on another [PR](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/pull/34).
Hello and good evening. I am following the suggested [documentation](https://www.rabbitmq.com/docs/oauth2-examples-keycloak) for using Keycloak with rabbitmq. However I always get the following access denied error: ``` (530) "NOT_ALLOWED - access to...