Skip to content
Registry StackDocsDevelopment (unreleased)

Publish JWT VC Issuer Metadata for the SD-JWT VC response format

GET
/.well-known/jwt-vc-issuer
curl --request GET \
--url https://example.com/.well-known/jwt-vc-issuer

Discovery is not a trust anchor. The document republishes the same public keys under the provider identity the assertion names, and resolution is meaningful only when that identity is the HTTPS origin of the deployment.

Provider identity and public verification keys

Media typeapplication/json
object
issuer
required
string
<= 512 characters
jwks_uri
required
string format: uri
<= 1024 characters
Examplegenerated
{
"issuer": "example",
"jwks_uri": "https://example.com"
}
Cache-Control
string
Allowed values: no-store

Evidence responses are never cacheable.

X-Request-Id
string
/^[0-9A-HJKMNP-TV-Z]{26}$/

Server-minted operation identifier for this request. It is generated by Evidence, never taken from the caller, and is the identifier a caller quotes to an operator. Problem responses repeat it in the operation member.