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

Epic: Digital Credentials #1951

Closed
6 tasks done
rhysyngsun opened this issue Oct 8, 2020 · 0 comments · Fixed by #2022
Closed
6 tasks done

Epic: Digital Credentials #1951

rhysyngsun opened this issue Oct 8, 2020 · 0 comments · Fixed by #2022
Labels
Projects

Comments

@rhysyngsun
Copy link
Collaborator

rhysyngsun commented Oct 8, 2020

  • Stand up “sign and verify” as a service to be used by xPro (PR: Added initial structure for deploying sign and verify service ol-infrastructure#19)
  • Create signing keys and register as a DCC user
  • Implement credential/request endpoint (PR: Add digital credentials app ol-django#14)
    • Requires OAuth authentication
    • Proxies to digitalcredentials/sign-and-verify service for the actual signing
      • API utilizes a one-time token to identify the request uniquely:
    • Token is associated with a backend record specifying which course/program the request is for
      • When the API first sees a learner DID, it associates/binds that DID to the authenticated learner
    • Subsequent requests that have a learner DID / authenticated learner mismatch will return an error (a 4xx series error)
  • Implement credential schema/template (Digital Credential Template #1969)
  • Design the e-mail to be sent to learners when they become eligible for digital credential
  • Send the e-mail when learner becomes eligible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
xPRO Board
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant