-
Notifications
You must be signed in to change notification settings - Fork 511
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
Add did web method type as a default option #2684
Add did web method type as a default option #2684
Conversation
Signed-off-by: pstlouis <patrick.st-louis@opsecid.ca>
@PatStLouis — please check the Lint test failure. @dbluhm — what do you think of this? OK as a start? |
Signed-off-by: pstlouis <patrick.st-louis@opsecid.ca>
I tested issuance/verification in both single tenant/multitenant modes. I had a strange error with verification at first but I'm unable to reproduce it....verification works now using a |
I think I found the issue, it seems to be related with the traceability context url. Trying to verify a vc issued by a
|
That is quite an ACA-Py is now pre-loading contexts — I wonder if that is the issue. This was recently added in PR #2587 that is part of 0.11.0. It might be worth trying 0.10.5 to see if the same issue occurs. Given the pre-loading of context, I’m not sure how contexts that are not pre-loaded are handled. I assume they are loaded dynamically, but that is not considered “best practice” in JSON-LD land, so perhaps not. Which of course leads to the question, how does one add ones own contexts to an instance of ACA-Py? |
I tried adding and caching the context in the document loader as well and get the same result. Also putting the agent in debug mode doesn't log any errors so this seem unhandled from the
|
@PatStLouis -- can you please check on the conflicts? |
Signed-off-by: Patrick St-Louis <patrick.st-louis@idlab.org>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
fixed the conflict between the did:peer and did:web wallet methods |
Addresses issue #2667.
Inspired by the did methods documentation.