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
- [Oauth2 proxy](use-cases/oauth2-proxy.md) **Coming soon. Not releesed yet**
38
+
- [OAuth2 Proxy](use-cases/oauth2-proxy.md)
39
39
-[Understand the environment](#understand-the-environment)
40
40
- [RabbitMQ server](#rabbitmq-server)
41
41
- [UAA server](#uaa-server)
@@ -138,7 +138,7 @@ To configure RabbitMQ Management UI with OAuth 2.0 you need the following config
138
138
Alike Service-Provider initiated logon, with Idp-initiated logon users land to RabbitMQ management ui with a valid token.
139
139
These two scenarios below are examples of Idp-initiated logon:
140
140
141
-
* RabbitMQ is behind a web portal which conveniently allow users to navigate directly to RabbitMQ fully authenticated
141
+
* RabbitMQ is behind a web portal which conveniently allow users to navigate directly to RabbitMQ management ui already authenticated
142
142
* There is an OAuth2 proxy in between users and RabbitMQ which intercepts their requests and forwards them to RabbitMQ injecting the token into the HTTP `Authorization` header
143
143
144
144
The latter scenario is demonstrated [here](oauth2-examples-proxy.html). The former scenario is covered in the following section.
0 commit comments