Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issuance templates creation #958

Open
matteo-cristino opened this issue Dec 12, 2024 · 0 comments
Open

Issuance templates creation #958

matteo-cristino opened this issue Dec 12, 2024 · 0 comments

Comments

@matteo-cristino
Copy link
Collaborator

The From structure in the issuance template has wrong desription.

Image

It should be something like Define here the attributes that will be present in the issued credential

Moreover since all the issuer template will end in the credential issuer well-know there should be a way to decide which language should be used. In this moment en-US is always used, like:

"questionnaire": {
  "format": "vc+sd-jwt",
  "cryptographic_binding_methods_supported": [
    "jwk",
    "did:dyne:sandbox.signroom"
  ],
  "credential_signing_alg_values_supported": [
    "ES256"
  ],
  "proof_types_supported": {
    "jwt": {
      "proof_signing_alg_values_supported": [
        "ES256"
      ]
    }
  },
  "display": [
    {
      "name": "Questionnaire kobotoolbox",
      "locale": "en-US",
      "logo": {
        "url": "https://play-lh.googleusercontent.com/eeGcGCSxVGVxET_oK0xGsn5vI_s42_9rwMx55Qrbu1e9r7XAxDdZLM5uSN-g47dk4cA",
        "alt_text": "Questionnaire kobotoolbox logo",
        "uri": "https://play-lh.googleusercontent.com/eeGcGCSxVGVxET_oK0xGsn5vI_s42_9rwMx55Qrbu1e9r7XAxDdZLM5uSN-g47dk4cA"
      },
      "background_color": "#12107c",
      "text_color": "#FFFFFF",
      "description": "This credential is issued after responding to a questionnaire on Kobotoolbox. The questionnaire is customizable, anonymous, the results can be later checked and the credential issued can be on a custom business logic. "
    }
  ],
  "vct": "questionnaire",
  "claims": {
    "formid": {
      "mandatory": true,
      "display": [
        {
          "locale": "en-US",
          "name": "formID"
        }
      ]
    },
    "instanceid": {
      "mandatory": true,
      "display": [
        {
          "locale": "en-US",
          "name": "instanceID"
        }
      ]
    },
    "submissiondate": {
      "mandatory": true,
      "display": [
        {
          "locale": "en-US",
          "name": "submissionDate"
        }
      ]
    }
  }

maybe also more than 1 language should be available for the same template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant