FAPI 2.0 + HAIP hardened profile

✓ defense-in-depth: a stolen token and a bad auth request fail at the FAPI 2.0 layer; a rogue client fails at the HAIP layer.

FAPI 2.0 secures the token/API layer (sender-constrained tokens, PAR, PKCE-S256); HAIP secures the credential/holder layer (attestation chains to a trusted root). A high-assurance endpoint runs both: PSDP_FAPI2_ENFORCE=1 + PSDP_HAIP_ENFORCE=1.

Scenarios