Is there a JSON profile for defining XACML policies?

I am new to the XACML world. I read some documentation regarding the JSON and REST profiles of the v3.0 standard, but all I can find is related to the XACML requests and responses, not the policies (this is the part that interests me).

Is there any documentation on how XACML policies should be defined using a JSON profile instead of the traditional XML format?

+4
source share
2 answers

No , not at the moment. The XACML JSON profile applies only to XACML requests and responses. The idea behind the profile is to provide an easier way to send and receive XACML requests and responses.

, .

, 3 , :

  • ALFA- XACML: , XACML. Axiomatics, , , OASIS XACML .
    • Eclipse, ALFA.
    • ALFA YouTube. .
  • XACML JSON. . , JSON.
  • nMed LLC .
+6

JSON XACML, . XML JSON ( ), REST API. , XML, JSON. , Apache CXF : Badgerfish . Badgerfish CXF, .

- AuthzForce - ABAC/XACML - API RESTful PAP (Policy Administration Point), XACML XML ( XACML) JSON. JSON Javascript (, - ).

+3

Source: https://habr.com/ru/post/1570485/


All Articles