Well-known endpoints API
Information about credentials which can be issued.
get/oid4vci/.well-known/openid-credential-issuer
Headers
Acceptstring required
Response
Credential Issuer Metadata
Example response
{
"credential_request_encryption": {
"jwks": {
"keys": [
{
"kty": "EC",
"crv": "P-256",
"kid": "ec91e148-974d-47f1-9891-4b89d8bad57c",
"x": "rm2YkWAJ2V84gS00DqeGR6MXHgW3FWISG45Vop0cWv4",
"y": "ktSScp7s2fWSdq_7c6iOUI9AYFwQahXG60Nr9SL68mY"
}
]
}
},
"display": [
{
"locale": "de-CH"
}
]
}