AANA Gateway Test Client
Simulates the AANA mobile app auth flow against the gateway.
Click Login to start the OAuth/SSO flow.
Flow overview
- Login — tester redirects to
/auth/loginon the gateway - SSO — gateway bounces through the SSO OAuth flow
- Exchange — gateway redirects here with a one-time
?code=; tester POSTs to/auth/exchangeto get a session token - Dashboard — make authenticated requests to any gateway endpoint
- Refresh — swap the refresh token for a new session token
- Logout — revoke the session on the gateway and clear local state