Sign in as a test customer
How EYH will do this
- Sign a JWT (HS256, shared secret) with
iss=eyh,aud=sts,exp ≤ iat + 120s, a freshjti, and the user/company claims. - Redirect the browser to
/sso?token=…. - For "Report an issue": first
POST /api/attachments/stagewith the screenshot (headerX-Api-Key), then includereturn_to=/tickets/new?staged={stagingId}in the token.