Skip to content

Commit 4386546

Browse files
Add minor doc change
1 parent ad2fb91 commit 4386546

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/management/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,10 @@ Given above configuration, when a user visits the management UI, the following t
410410
If RabbitMQ cannot download the OpenID provider configuration, it shows an error message and OAuth 2.0 authentication is disabled in the management UI.
411411
:::
412412

413+
:::tip
414+
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.
415+
:::
416+
413417
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.
414418

415419
### Configure client secret {#configure-client-secret}

0 commit comments

Comments
 (0)