FakePortal
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:
Inject access_token into the HTTP Authorization header as Bearer token
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
POST access_token to /login endpoint
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.