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
**IMPORTANT**: : In OAuth 2.0, the RabbitMQ Management UI is a **public app** which
299
-
means it cannot securely store credentials such as the *client_secret*. This means that RabbitMQ does not need to present a client_secret when authenticating users. You must be able to configure the OAuth client as a **public app** with the authorization server that you are using. If your authorization server only supports a **confidential app** or it requires a *client_secret*, then you must configure a *client_secret* using the `oauth_client_secret` setting.
298
+
**Important**: from the OAuth 2.0 point of view, the RabbitMQ Management UI is a **public app** which
299
+
means it cannot securely store credentials such as the *client_secret*. This means that RabbitMQ does not need to present a client_secret when authenticating users.
300
+
301
+
It is usually possible to configure the OAuth client as a **public app** with the authorization server that you are using.
302
+
If target authorization server only supports a **confidential app** or it requires a *client_secret*,
303
+
then a *client_secret***must** be configured using the `oauth_client_secret` setting.
300
304
301
305
To redirect users to the UAA server to authenticate, use the following configuration:
0 commit comments