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] JSON mapping choices


This would now be a correctly formatted example:



{
    "Request": {
        "Attributes": [{
            "Category": "urn:oasis:names:tc:xacml:1.0:subject-category:access-subject",
            "Attribute": [{
                "Id": "user-role"
                "AttributeValue" : {
                   "value" : ["manager","administrator"]
                }
            }]
        },
        {
            "Category": "urn:oasis:names:tc:xacml:3.0:attribute-category:resource",
            "Attribute": {
                "Id": "document-id"
                "AttributeValue" : {
                   "value" : ["123"]
                   "DataType" : "http://www.w3.org/2001/XMLSchema#integer"
                }
            }
        }]
    }
}



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