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
@@ -150,12 +150,11 @@ with a single click. The web portal is responsible for getting a token before ta
150
150
1. rabbit_admin from a browser 3. validate token
151
151
</pre>
152
152
153
-
At step 1, `rabbit_admin` user navigates to the web portal and clicks on the hyperlink associated to a RabbitMQ
154
-
cluster. At step2, the web portal obtains a token and redirects the user to RabbitMQ. And at step 3,
153
+
How it works, firstly, the `rabbit_admin` user navigates to the web portal and clicks on the hyperlink associated with a RabbitMQ
154
+
cluster. Next, the web portal obtains a token and redirects the user to RabbitMQ. Finally,
155
155
RabbitMQ validates the token in the http request and if it is valid, it redirects the user to the overview page.
156
156
157
-
By default, RabbitMQ Management UI is configured with **service-provider initiated logon**. We have to configure
158
-
the Management plugin by adding just one entry to the configuration as shown below:
157
+
By default, the RabbitMQ Management UI is configured with **service-provider initiated logon**, to configure **Identity-Provider initiated logon**, add one entry to the configuration. An example is provided here:
159
158
160
159
<preclass="lang-erlang">
161
160
...
@@ -170,8 +169,8 @@ the Management plugin by adding just one entry to the configuration as shown bel
170
169
</pre>
171
170
172
171
**NOTE**: When the user logs out, or its RabbitMQ session expired, or the token expired, the user is directed to the
173
-
Management landing page which presents the user with a button labeled **Click here to login**. The user is
174
-
never automatically redirected back to the url configured in `oauth_provider_url`. Only when the user clicks on the button, it is redirected to the configured in `oauth_provider_url`.
172
+
RabbitMQ Management landing page which has a **Click here to login** button. The user is
173
+
never automatically redirected back to the url configured in the `oauth_provider_url`. It is only when the user clicks **Click here to login** , the user is redirected to the configured url in `oauth_provider_url`.
175
174
176
175
## <aid="access-other-protocols"class="anchor"href="#access-other-protocols">Access other protocols using OAuth 2.0 tokens</a>
0 commit comments