{
  "credential_issuer": "https://<CODEB_TENANT_HOST>",
  "credential_configuration_ids": [
    "codeb-org-employee-sd-jwt-vc"
  ],
  "grants": {
    "urn:ietf:params:oauth:grant-type:pre-authorized_code": {
      "pre-authorized_code": "REPLACE-WITH-ISSUER-ISSUED-CODE"
    }
  },
  "_notes": {
    "spec": "OpenID for Verifiable Credential Issuance (OID4VCI) - Draft 15",
    "credential_format_hint": "vc+sd-jwt (SD-JWT VC per draft-ietf-oauth-sd-jwt-vc)",
    "vct": "https://<CODEB_TENANT_HOST>/vct/org-employee/v1",
    "reference_docs": "https://docs.eudi.dev/",
    "deep_link_wrapper": "openid-credential-offer://?credential_offer=<URL-ENCODED-JSON>"
  }
}
