Skip to content
#

xacml

Here are 37 public repositories matching this topic...

cdanger
cdanger commented Jul 17, 2018

Currently, there are only examples for Content-Type/Accept = application/xml in doc. Provide some for Content-Type/Accept = application/json
Plenty of raw examples in the test suite output to take from (that you can get by running maven test in webapp module after changing log level to INFO for logger org.apache.cxf in src/test/resources/authzforce-ce-server/conf/logback.xml):

[TestS

cdanger
cdanger commented Feb 13, 2018

The idea is to use XACML request template to generate the actual XACML request to PDP at runtime. For each access request, the variables used in the template (e.g. user ID, user roles, action ID, resource ID) are resolved at runtime in the context of the request.
For this, you can use one of many Python template engines listed here for instance:
https://wiki.python.org/moin/Templating

For exa

Improve this page

Add a description, image, and links to the xacml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xacml topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.