In a Self Sovereign Identity, when verifier sends a proof request to the holder of credential, how the verifier makes sure to use correct schema id that is related to the holder during the proof request to the holder?
In SSI using Indy, how verifier chooses the schema for proof request?
214 Views Asked by Krupakar At
1
There are 1 best solutions below
Related Questions in ARIES
- How to Retain Credential Exchange Records from Issuer Perspective After Completion in ACA-Py?
- IllegalStateException: STREAMED when I try to read the POST request body using OSGI's JAX-RS Whiteboard Resource
- Aries Framework Javascript: "indyError": "PoolLedgerNotCreatedError" , "message": "CommonInvalidStructure", "indyCode": 113,
- Issue credential for schema created by others
- what is exactly the ‘OSfile_return’ that the ARIES algorithm paper mentioned? And why we need that for database?
- Typescript typing
- What is the precise method to render credentials in UI after restore?
- Karaf/OSGi and AriesCDI ClassCastException JDK16
- InvalidStructureException with error code 113 when sending proof using AMAX(aries-mobile-agent-xamarin)
- Using Webhook as trigger for API requests - Aries Cloud Agent and Android
- blueprint-maven-plugin JDK compatibility
- How to setup Postgres as Database for Hyperledger Aries DotNet Mediator
- In SSI using Indy, how verifier chooses the schema for proof request?
- OSGi application subsystem is ACTIVE, but its components are not
- SSL Certificates and adding in CA root certificates
Related Questions in HYPERLEDGER-INDY
- How to demote an Endorser from Hyperledger Indy?
- Create and get pseudonym of a transaction of credential issue using Hyperledger Indy
- IndySdk when trying to import cause error Wallet with this name already exists Caused by: Wallet database file already exists
- As an issuer in Hyperledger Indy/Aries, do I need to create a separate DID for each user? Likewise does a user create multiple DID for each isssuers
- Access Hyperledger Indy Node deployed in virtual machine using local workstation
- when I use indy-sdk, "pool.open_pool_ledger" report a network timeout error
- How to remove a node from indy pool?
- Aries Framework Javascript: "indyError": "PoolLedgerNotCreatedError" , "message": "CommonInvalidStructure", "indyCode": 113,
- Unable to connect to Indy pool from webserver
- Roles assignement in Hyperledger Indy
- How to generate a signature and send a valid request in indy-vdr using Python?
- Indy-sdk building error: "Undefined symbols for architecture x86_64"
- trying to send schema to ledger(trying to make identifcation system using hyperledger indy)
- Installation error while installing npm package of indy-sdk on windows 10
- make an image in docker
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I get more in depth and I can now say that the verifier can ask for a particular "schema_id" in the proof request's restrictions:(from here)