Trust Registry
Add a trusted issuer
Register an issuer this tenant will trust when verifying credentials. After registration, credentials whose iss matches an active trusted issuer pass the verification trust gate. The new entry is always created with status active and added_by set to the calling API principal. Scoped to the caller's tenant via the API key.
post/v1/trusted-issuers
Request body
Example request
{
"name": "Gov PID",
"iss": "https://pid.gov.example",
"trust_anchor": "https-jwks",
"jwks_uri": "https://pid.gov.example/.well-known/jwks.json",
"did": "did:web:pid.gov.example",
"framework": "eidas2"
}Response
No response body