Skip to content

Potential Claims and Attributes

Dazza Greenwood edited this page Jun 23, 2017 · 10 revisions

Top Candidate Identity Attributes

  • Postal address:
  • Email address:
  • Mobile phone:

Top Candidate Verified Claims

  • Verification of Employment: CU as employer (encapsulating 1005)
  • Verification of Deposits: CU checking/saving account (encapsulating 1006)
  • Verification of Insurance: CU as insurer (encapsulating B-2-01, B-4-02 etc)
  • FICO score as CU service:

Other Candidate Attributes and Claims

  • Member number: CU Member #
  • Legal name: KYC verified legal name of CU Member
  • Social Security Number: KYC verified SSN of CU Member

Potential New Types of Attributes and Claims

  • Public key: Any Member's verified public (eg, this)
  • Social profile: Member’s verified Twitter, Facebook, LinkedIn, etc profile(s)
  • Crypto address: Member's verified Public Blockchain (eg this or this, Keybase, OneName, etc address or profile

Possible Format

First Example

https://github.com/anvilresearch/jose/blob/master/examples/KS256-JWD-Sign.js

Second

{
  "payload": {
    "iss": "https://example.com",
    "exp": 123456789,
    "iat": 123456789
  },
  "signatures": [
    {
      "protected": {
        "typ": "JWS",
        "alg": "KS256"
      },
      "signature": "MEYCIQCkoMXTCTI9FIj4Cl_yOkbjlqrjpErs3lkapPJfgRPwYgIhAPzjOnWNW0MV5NQitHCkaows8Oy5pA1N1nJLHIAtlQhV"
    }
  ]
}

Content of Example Verified Employment Claim

  • Note: This is an unsettled area still and there is not yet consensus on the process and format or other aspects of verified claims.

Verification of Employment

  • "Consent of Employee"

    • "Signature of the Subject"
    • "Date of Subject's Signature"
  • "Name & address of Employer"

  • "Start/End Dates of Employment"

  • "Signature of Employer"

  • "Date of Employer's Signature"