Acme Employer

Career Passport Verifier — stand-in employer surface
You are on the Verifier surface. Employers’ ATS systems POST OID4VP presentations to this verifier; the verifier checks the SD-JWT signature against the bureau’s published JWKS and returns a structured result. No portal, no MOU, no integration project — one signature check against a public key.

How verification works

The verifier accepts an OID4VP presentation (an SD-JWT-VC with a key-binding JWT) on POST /openid4vp/verify. It:

  1. Parses the SD-JWT and extracts the issuer DID
  2. Resolves the issuer’s public key via the bureau’s JWKS at https://bureau.c5.trua.cloud/.well-known/jwks.json
  3. Verifies the signature, the key-binding JWT, and the disclosure tuples
  4. Returns { valid: true, issuer, claims } on success or { valid: false, reason } on failure

Verification is a function of standard OID4VP plus a small per-ATS adapter — not a bespoke per-employer project.