Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 
{ 
  "http://c2.io/claims-requested": [ 
    { 
      "type": "http://c2.io/req-party-policy", 
        "value": { 
 
        "policy": "*"
 
      } 
    } 
  ] 
} 

The following example causes the authorization manager to request a claim from the requester that requires the requesting party to agree to the authorizing user's chosen policy, by virtue of dictating the policy URL string:

...

Code Block
 
{ 
  "http://c2.io/claims": [ 
    { 
      "type": "http://c2.io/req-party-policy",  
       "value": { 
 
        "policy": "http://creativecommons.org/licenses/by/2.0/deed.en"
 
      } 
    } 
  ] 
} 

...

Claim Format: Self-Asserted Requesting Party Identifier

...

Code Block
{ 
  "http://c2.io/claims-requested": [ 
    { 
      "type": "http://c2.io/self-id",  
       "value": { 
 
        "self-id": "*"
 
      } 
    } 
  ] 
} 

Claims Form

The claims form MUST NOT contain an issuer attribute. The value attribute for the claims object contains an object as follows:

...

Code Block
{ 
  "http://c2.io/claims": [ 
    { 
      "type": "http://c2.io/self-id",  
       "value": { 
 
        "self-id": "BelleCare Dental of Bellevue, WA, USA"
 
      } 
    } 
  ] 
} 

...

References

Anchor
Claims20
Claims20
[Claims20]
http://kantarainitiative.org/confluence/display/uma/Claims+2.0

...