NextTrip Module — Integration Test Harness
Simulates an external module app testing auth redirect flows with NextTrip ID
1. Initiate Auth Flow
Click a button to redirect to NextTrip ID UI. After auth, you'll be redirected back here with tokens in the URL fragment.
2. Token Data
No tokens received yet. Complete an auth flow above.
access_token
missing
id_token
missing
token_type
missing
expires_in
missing
team_id
missing
state roundtrip
missing
Decoded access_token claims
Decoded id_token claims
Raw fragment params
2b. Email Verification Redirect
Not applicable — only shown after a registration verify-email redirect.
3. API Tests
After receiving tokens, test API calls to verify they work.