Dirk, There¹s not a whole lot needed on the PEP side to integrate with the RESTful implementation of the PDP. Its simply an HTTP Post where the contents are either a JSON request or XML request. You can use curl at the very least.
The specifications were fairly simple, here is the pointer to the XACML REST specification: http://docs.oasis-open.org/xacml/xacml-rest/v1.0/cs02/xacml-rest-v1.0-cs02. pdf If you want to send JSON request, the specification for that is here: http://docs.oasis-open.org/xacml/xacml-json-http/v1.0/cs01/xacml-json-http- v1.0-cs01.pdf Pam On 2/25/16, 4:05 PM, "Dirk Koehler" <[email protected]> wrote: >Hi there, > >I started to explore the possibility to use xacml3.0/openaz for one of >the projects I¹m working on. > >Since there is not a whole lot of documentation available I have a simple >question. The 'openaz-xacml-pdp-rest¹ module implements a PDP web service >using REST, but I was not able to find any pointer to an PEP integrating >with this web service? Am I missing something or does this simply not >exist yet? > >Regards, >dirk
