AquaView bridge auth test

Validate the AquaView ↔ Hyperion bridge token flow

This test harness simulates Hyperion. It sends you through AquaView login, receives the bridge token in the URL fragment, exchanges it server-side, and shows the resulting user payload.

Step-by-step checklist

  1. 1Enter the AquaView frontend URL (ngrok or staging).
  2. 2Click “Start Login Test” to launch the login flow.
  3. 3Complete AquaView login and MFA if required.
  4. 4Confirm the user payload on the callback page.

Notes

  • The backend proxy uses `AQUAVIEW_API_BASE` to exchange the bridge token. Set it in your local `.env` or Vercel project settings.
  • The bridge token arrives via `#bridge_token` in the URL fragment and must be exchanged server-side.
  • The optional API base override is stored in session storage for this tab only.

Test configuration

Computed redirect URL

For visibility while testing

Enter URLs above to preview the redirect and login URL.