Questions tagged [decentralized-identifiers]
10 questions
2
votes
2 answers
Does Decentralized Identifiers cover Decentralized PKI
I am learning about Decentralized Identifiers(DIDs).
The DIDs specifaction says that:
This architecture not only eliminates dependence on centralized
registries for identifiers, but also on centralized certificate
authorities for key…

adem caglin
- 22,700
- 10
- 58
- 78
1
vote
1 answer
Decentralized identity vs Decentralized identifiers
I am a newbie to decentralized identity concept. While I am reading on that, I notice two similar terminologies;
Decentralized identity and Decentralized identifiers
I am wondering whether Decentralized identity and Decentralized identifiers are two…

Sophie algera
- 13
- 2
1
vote
1 answer
Error when starting aca-py agent with the help of seed parameter
I am trying to start the aca-py agent with the command :-
aca-py start --wallet-name user3 --wallet-key user3 --wallet-type indy --genesis-file //docker_pool_transactions_genesis --ledger-pool-name local_pool…

Enthusiast Coder
- 51
- 7
1
vote
2 answers
What is the tails-server-base-url? and how should it be configured?
I have installed the indy-sdk in my system and started the ledger network (It is running).
After that I setup the aries-cloudagent and ran the agent (as a steward) using the aca-py command.
Now, with the help of this agent, I have published the…

Enthusiast Coder
- 51
- 7
1
vote
1 answer
OIDC cloud agent vs SIOP edge agent
We are starting a POC (proof of concept) with Decentralized Identity (DID) and a got a document talking about the authentication method to use:
OIDC cloud agent vs SIOP edge agent.
I don't understand what is that two stuff? and also what are the…

MarcosF8
- 1,848
- 5
- 19
- 33
0
votes
0 answers
The number of digits of DID(Decentralized Identifier)
Is the number of digits of DID(Decentralized Identifier) specified by W3C fixed?
I tried to check the specification at https://www.w3.org/TR/did-core/, however could not find any explanation there. I particularly checked "3.1 DID Syntax" at…

Gem Cutter
- 63
- 4
0
votes
0 answers
Using JWS for digital signature with content encryption
I am creating a system that acts as a mediator between two entities. A sender initiates a request, my system creates a payload, then forwards it to a recipient which has the identity details of the sender (plus extra things).
I need to ensure of 2…

Decrypter
- 2,784
- 12
- 38
- 57
0
votes
1 answer
Sidetree protocol
I started studying the sidetree protocol but I can't understand how it works and the architecture. The documentation says (https://identity.foundation/sidetree/spec/#network-topology) that sidetree is a Level 2 protocol that can fit on blockchain as…

Mario Roma
- 117
- 7
0
votes
0 answers
Can't find the private key the example-user-agent creates when creating a new DID
I am trying to get this project to work: https://didproject.azurewebsites.net/docs/install-extension.html
The user agent states that it generates keys and that the private key is stored on my local pc. I can see the public key in the identities tab…
-1
votes
1 answer
Where can I find an example of Decentralized Identifiers
I am looking for examples that use Decentralized Identifiers to run on my computer, but it seems that is hard to find one. I have also searched for an example that works with Microsoft ION, but I couldn't find anyone. I also don't know if Microsoft…

xeon
- 1
- 2