Re: Solutions to the NASCAR problem?

On 11/21/15 7:31 AM, Dave Longley wrote:
> On 11/21/2015 02:11 AM, Anders Rundgren wrote:
>> I'm interested hearing what's available and what's cooking:
>> http://indiewebcamp.com/NASCAR_problem
>>
>> Just the core (and links), no TL;DR BS please.
>
> There's a very simple demo here:
>
> https://authorization.io
>

Interesting. But I'm not sure it functioned as intended in my browser. 
Some steps were fully Graphic UI, whereas others, confusingly, printed 
full code on screen.

I.e., in part of step two, at "Issuer Dashboard" what's between the 
'++++++' below appeared instead of buttons that I was expecting. This 
happened at two other places; but a GUI was fully functional before 
and after, in other steps. Is this the way it's supposed to function 
at present? [I'm using Firefox 43 on Mac OS 10.6.8]

+++++++++

Identity Provider: Credential Storage Request

Would you like to store these credentials for future use?

{
   "@context": "https://w3id.org/identity/v1",
   "id": "did:283e1d39-b05a-4c6f-9e17-f1923b77beff",
   "credential": [
     {
       "@graph": {
         "@context": [
           "https://w3id.org/identity/v1",
           "https://w3id.org/credentials/v1",
           {
             "br": "urn:bedrock:"
           }
         ],
         "id": 
"https://authorization.io/issuer/credentials/1448122871570",
         "type": [
           "Credential",
           "br:test:PassportCredential"
         ],
         "name": "Passport",
         "issued": "2015-11-21T16:21:11.570Z",
         "issuer": "urn:issuer:test",
         "image": 
"http://simpleicon.com/wp-content/uploads/global_1-128x128.png",
         "claim": {
           "id": "did:283e1d39-b05a-4c6f-9e17-f1923b77beff",
           "name": "Pat Doe",
           "image": 
"http://simpleicon.com/wp-content/uploads/business-woman-2-128x128.png",
           "schema:birthDate": {
             "@value": "1980-01-01T00:00:00Z",
             "@type": "xsd:dateTime"
           },
           "schema:gender": "female",
           "schema:height": "65in",
           "br:test:eyeColor": "blue",
           "schema:nationality": {
             "name": "United States"
           },
           "address": {
             "type": "PostalAddress",
             "streetAddress": "1 Main St.",
             "addressLocality": "Blacksburg",
             "addressRegion": "Virginia",
             "postalCode": "24060",
             "addressCountry": "US"
           },
           "br:test:passport": {
             "type": "br:test:Passport",
             "name": "Test Passport",
             "br:test:documentId": "1448122871570",
             "issuer": "https://example.gov/",
             "issued": "2010-01-07T01:02:03Z",
             "expires": "2020-01-07T01:02:03Z"
           }
         },
         "signature": {
           "type": "GraphSignature2012",
           "created": "2015-11-21T16:23:45Z",
           "creator": "https://authorization.io/issuer/keys/1",
           "signatureValue": 
"TUl3AsJr+zwVXDJw6tXecNXSqf68rF2u8+KDHThIwigTgxG5ypk9E8XmPWBV3d97FrmkcGIYlCdac9V15ZIm7w=="
         }
       }
     },
     {
       "@graph": {
         "@context": [
           "https://w3id.org/identity/v1",
           "https://w3id.org/credentials/v1",
           {
             "br": "urn:bedrock:"
           }
         ],
         "id": 
"https://authorization.io/issuer/credentials/1448122871571",
         "type": [
           "Credential",
           "br:test:ProofOfAgeCredential"
         ],
         "claim": {
           "id": "did:283e1d39-b05a-4c6f-9e17-f1923b77beff",
           "br:test:ageOver": 21
         },
         "signature": {
           "type": "GraphSignature2012",
           "created": "2015-11-21T16:23:45Z",
           "creator": "https://authorization.io/issuer/keys/1",
           "signatureValue": 
"PBGyu0R00mS53g8f5jUc4hZSXTvmtyqO/JVKKCOxPgT/ZXO2oHgEWCKuyZvX/68T3eng70GKSOkRFUITda5EFA=="
         }
       }
     }
   ]
}

++++++++++

Steven Rowat

Received on Saturday, 21 November 2015 16:30:41 UTC