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

Anoncreds Issuance - Extra options. #3479

Closed
jamshale opened this issue Jan 30, 2025 · 0 comments
Closed

Anoncreds Issuance - Extra options. #3479

jamshale opened this issue Jan 30, 2025 · 0 comments
Assignees

Comments

@jamshale
Copy link
Contributor

Anoncreds has the extra options schema_id, issuer_id, schema_issuer_id, schema_name, schema_version and cred_def_id. However, it seems to fail whenever anything other than cred_def_id is used. It still works because cred_def_id is the only option that is required for issuance but these other options are part of the RFC and shouldn't prevent issuance from happening when used.

  "filter": {
    "anoncreds": {
      "cred_def_id": "did:(method):3:CL:20:tag",
      "issuer_id": "did:(method):WgWxqztrNooG92RXvxSTWv",
      "schema_id": "did:(method):2:schema_name:1.0",
      "schema_issuer_id": "did:(method):WgWxqztrNooG92RXvxSTWv",
      "schema_name": "preferences",
      "schema_version": "1.0"
    }
}
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