Get OpenID Credential Issuer metadata
OpenID Credential Issuer metadata
GET /openid-credential-issuer HTTP/1.1 Host: .well-known Accept: */*
The issuer metadata
{ "credential_issuer": "text", "credential_endpoint": "text", "token_endpoint": "text", "schema_endpoint": "text", "authorize_endpoint": "text", "offering_endpoint": "text", "authorization_servers": [ "text" ], "display": [ { "name": "text", "locale": "text" } ], "credential_configurations_supported": { "ANY_ADDITIONAL_PROPERTY": { "format": "jwt_vc_json", "display": [ { "name": "text", "locale": "text" } ] } }, "proof_types_supported": { "jwt": { "proof_signing_alg_values_supported": [ "text" ] } } }
Get DID metadata
DID metadata response
GET /did-configuration HTTP/1.1 Host: .well-known Accept: */*
The DID metadata with JWT
{ "entries": [ { "did": "text", "jwt": "text" } ] }