diff --git a/docs/management/index.md b/docs/management/index.md index 692208134..b3dcd6838 100644 --- a/docs/management/index.md +++ b/docs/management/index.md @@ -410,6 +410,10 @@ Given above configuration, when a user visits the management UI, the following t If RabbitMQ cannot download the OpenID provider configuration, it shows an error message and OAuth 2.0 authentication is disabled in the management UI. ::: + :::tip + If you used to configure `auth_oauth2.metadata_url` because your provider used a slightly different OpenId Discovery endpoint url, since RabbitMQ 4.1 you should instead configure the correct path and/or include any additional parameters. Please read [this section of the documentation](./oauth2#discovery-endpoint-params) where it is explained how to do it. `auth_oauth2.metadata_url` may be deprecated in future versions. + ::: + 2. RabbitMQ displays a button with the label "Click here to login". When the user clicks on the button, the management UI initiates the OAuth 2.0 Authorization Code Flow, which redirects the user to the identity provider to authenticate and get a token. ### Configure client secret {#configure-client-secret}