Skip to content

getMetadata

GET
/.well-known/openid-credential-issuer

Get the issuer metadata as defined in OID4VCI.

The issuer metadata.

CredentialIssuerMetadata
object
credential_issuer
string
Example
https://credential-issuer.example.com
credential_endpoint
string
Example
https://credential-issuer.example.com/issuance/credential-request
nonce_endpoint
string
Example
https://credential-issuer.example.com/issuance/nonce
display
Array<object>
Display
object
name
string
Example
Credential Issuer
logo
Logo
object
uri
string
Example
https://credential-issuer.example.com/static/logo
authorization_servers
Array<string>
credential_configurations_supported
object
StudentIdExampleConfiguration
CredentialConfiguration
object
format
string
Example
jwt_vc_json-ld
credential_definition
CredentialDefinition
object
@context
Array<string>
Example
[
"https://www.w3.org/2018/credentials/v1",
"https://www.w3.org/2018/credentials/examples/v1"
]
type
Array<string>
Example
[
"VerifiableCredential",
"StudentId"
]
display
CredentialConfigurationDisplay

Display properties of a credential.

object
name
string
Example
Passport
description
string
Example
This is a Passport
background_color
string
Example
#FFFFFF
text_color
string
Example
#000000
background_image
object
uri

Either a URI that where the background image can be fetched or a data URI containing the image.

string
Example
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==