You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTTP Auth Backend can now optionally provide a custom authorization denial reason to AMQP clients.
90
-
To opt in, return `deny <Reason>` (instead of only `deny`) in the HTTP response body of your HTTP auth backend and set the following in your `rabbitmq.conf` file:
136
+
* LDAP queries, including multi-line ones, now can be specified in `rabbitmq.conf`.
* The HTTP Auth Backend can now optionally provide a custom authorization denial reason to AMQP clients.
153
+
154
+
To opt in, return `deny <Reason>` (instead of only `deny`) in the HTTP response body of your HTTP auth backend and set the following in your `rabbitmq.conf` file:
155
+
91
156
```ini
92
157
auth_http.authorization_failure_disclosure = true
93
158
```
94
159
95
-
See the [README](https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_auth_backend_http/README.md) for more information.
160
+
See the [README](https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_auth_backend_http/README.md) for more information.
0 commit comments