Skip to content

Commit

Permalink
Add minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Sep 27, 2024
1 parent ad2fb91 commit 4386546
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4386546

Please sign in to comment.