OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [xacml] Suggestions for a JSON representation of the XACML request - JSON profile


David,


From: xacml@lists.oasis-open.org [mailto:xacml@lists.oasis-open.org] On Behalf Of David Brossard
Sent: Thursday, May 10, 2012 3:21 AM
To: xacml
Subject: [xacml] Suggestions for a JSON representation of the XACML request - JSON profile

{
   {
      "category" : "subject"
      {
         {
            "id" : "subject-id"
            "datatype" : "string"
            "issuer" : ""
            "value" : "alice"
         }      
      }
   }
   {
      "category" : "action"
      {
         {
            "id" : "action-id"
            "datatype" : "string"
            "issuer" : ""
            "value" : "say"
         }      
      }
   }
   {
      "category" : "resource"
      {
         {
            "id" : "resource-id"
            "datatype" : "string"
            "issuer" : ""
            "value" : "hello"
         }      
      }
   }
}


Why specify issuer?


Thanks,
Ray



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]