selenium/fakeportal/views/rabbitmq.html
This is a portal used to test Identity-Provider-based authentication. This means users comes to RabbitMQ with a token already obtained without involving RabbitMQ management ui.
There are two ways to access RabbitMQ management ui when using idp-initiated mode. These are:
This mechanism is used by proxies. Before the request is forwarded to the proxied RabbitMQ URL, the access token is injected into the Authorization header. RabbitMQ Management ui
This mechanism is available for those portals which cannot inject the access token into the Authorization header. Instead they submit the access token via the form field access_token to the RabbitMQ /login> endpoint.