forked from mitmedialab/CoreID
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 5
 
Potential Claims and Attributes
        Dazza Greenwood edited this page Jun 23, 2017 
        ·
        10 revisions
      
    - Postal address:
 - Email address:
 - Mobile phone:
 
- 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:
 
- Member number: CU Member #
 - Legal name: KYC verified legal name of CU Member
 - Social Security Number: KYC verified SSN of CU Member
 
- 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
 
https://github.com/anvilresearch/jose/blob/master/examples/KS256-JWD-Sign.js
{
  "payload": {
    "iss": "https://example.com",
    "exp": 123456789,
    "iat": 123456789
  },
  "signatures": [
    {
      "protected": {
        "typ": "JWS",
        "alg": "KS256"
      },
      "signature": "MEYCIQCkoMXTCTI9FIj4Cl_yOkbjlqrjpErs3lkapPJfgRPwYgIhAPzjOnWNW0MV5NQitHCkaows8Oy5pA1N1nJLHIAtlQhV"
    }
  ]
}
- 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"