AANA Gateway Tester

AANA Gateway Test Client

Simulates the AANA mobile app auth flow against the gateway.
Click Login to start the OAuth/SSO flow.

Login via Gateway

Flow overview

  1. Login — tester redirects to /auth/login on the gateway
  2. SSO — gateway bounces through the SSO OAuth flow
  3. Exchange — gateway redirects here with a one-time ?code=; tester POSTs to /auth/exchange to get a session token
  4. Dashboard — make authenticated requests to any gateway endpoint
  5. Refresh — swap the refresh token for a new session token
  6. Logout — revoke the session on the gateway and clear local state