Skip to content

Commit

Permalink
Minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Oct 3, 2024
1 parent 352acf8 commit eedb79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ Given above configuration, when a user visits the management UI, the following t
:::

:::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.
If you used to configure `auth_oauth2.metadata_url` because your provider did not use the standard path OpenId Discovery endpoint's path, since RabbitMQ 4.1 you should instead configure the correct path and/or include any additional parameters as it is explained [here](./oauth2#discovery-endpoint-params).
:::

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.
Expand Down

0 comments on commit eedb79b

Please sign in to comment.