attestation icon indicating copy to clipboard operation
attestation copied to clipboard

Capability attestation

Open jot2re opened this issue 3 years ago • 2 comments
trafficstars

Per request from @colourful-land we need to construct a new object called Capability Attestation, which can be used by Token Negotiator to preemptively fetch a token for a specific site. We agreed that such an attestation would include the following fields:

  1. Unique ID (big Integer)
  2. Domain (URL)
  3. notBefore (Unix time)
  4. notAfter (Unix time
  5. Capabilities (Integer or bit string. In the integer case each bit of the integer will represent a capability granted if the bit is 1)

jot2re avatar Dec 01 '21 10:12 jot2re

@colourful-land can you give me a list of the initial capabilities you are thinking about? So far I am just adding, read, write and deletage.

jot2re avatar Dec 02 '21 08:12 jot2re

@weiwu-zhang - can you please provide some feedback to Tore on this issue?

AW-STJ avatar Feb 16 '22 10:02 AW-STJ