question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can we generate a SDR on-behalf of issuer

See original GitHub issue

Hi Team,

While handling a scenario, where user is scanning a QR code which is seeking attestation from a issuer but as user does not have attestations yet from that issuer and could not able to share the credentials.

But by this time, We already have information about

  1. Requested Attester DID
  2. Claim type which were requested

So based on that data, I was trying to generate a SDR on-behalf of issuer and directly sharing the self signed credentials against the generated SDR to Issuer for attestation instead of asking user to go to attester/issuer portal and scan the QR code.

But while generating the SDR on behalf I’m getting a error

Error: the string “No identity: did:ethr:rinkeby:0xe000315b4fd38b0291c0b65c69b86f805fdab09e” was thrown

did:ethr:rinkeby:0xe000315b4fd38b0291c0b65c69b86f805fdab09e is the DID of issuer which was captured from the SP SDR.

code block used

  const jwt = await agent.handleAction({
    type: SD.ActionTypes.signSdr,
    did: signerDid,
    data: sdrInput,
    save: true,
  } as SD.ActionSignSdr);

Could you kindly suggest if there is a way to Generate SDR on behalf

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jashealcommented, Sep 16, 2020

Yes, Both VP and SDR are message types and can be created independently and sent anywhere. You can create arbitrary VP messages for example as a QR code so anyone can scan it.

You can however optionally provide a threadId in your SDR so when you send the VP response you can pass that id along so your database can tie responses to requests.

1reaction
devrajsinghrawatcommented, Sep 16, 2020

So to Draw a conclusion from above

  • When any one is creating a SDR that time requestor signs using his keys
  • We can create a VP and Share it with a DID (requestor) without a SDR request
Read more comments on GitHub >

github_iconTop Results From Across the Web

Chapter 17 - Supply Discrepancy Reporting - DLA
The DLMS 842A/W, Standard SDR, will be employed for transactional exchange of initial reports and associated follow-on actions. The DLMS 842A/R ...
Read more >
usaf customer guide to security assistance supply discrepancy ...
PREFACE. The purpose of this guide is to assist Security Assistance (SA) customers in determining when and how to submit a Supply Discrepancy...
Read more >
25 Sales Prospecting Strategies to Help Your SDR Team ...
Engaging your sales development team is critical to securing leads for your business. We share 25 ways to help your team find new...
Read more >
Sales Development - GitLab
As a Sales Development Representative (SDR), you focus on outreach, prospecting, and lead qualification.
Read more >
SDR Metrics: What to Expect from your Outbound & Inbound ...
The Bridge Group found that the median pipeline generated per SDR is $ 3 ... over 500 campaigns on behalf of our B2B...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found