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

Allow schema id to be used during anoncreds issuance #3497

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jamshale
Copy link
Contributor

@jamshale jamshale commented Feb 7, 2025

The schema is needed during issuance to check whether the correct attributes were supplied. This original implementation was attempting to get the schema from local storage but the issuer does not need to be the agent that created the schema. This allows an agent to supply the schema_id in the filter options. It will first use the registry to look it up on the data registry. If its not provided then it will attempt to get the schema from local storage and assume that it created the schema.

@jamshale jamshale linked an issue Feb 7, 2025 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Unexpected behavior during the issuance of anoncreds.
1 participant