Questions tagged [xacml]

XACML is the eXtensible Access Control Markup Language, an open standard for specifying and evaluating authorization and access control policies.

XACML is the eXtensible Access Control Markup Language, an open standard for specifying and evaluating of authorization and access control policies. The standard is managed by the OASIS XACML Technical Committee. The XACML 3.0 standard was ratified and released in January 2013.

XACML implements an access control model called attribute-based access control or .

The OASIS committee has identified and defined several ancillary profiles that extend the core XACML 3.0 specification for specific domains, such as the Administration and Delegation Profile, the SAML Profile, the Core and Hierarchical Role Base Access Control (RBAC) Profile, the Intellectual Property Control (IPC) profile, and the Export Compliance-US (EC-US) Profile. All of these profiles are defined on the OASIS site.

The XACML 2.0 standard was ratified in February 2005. A significant difference between the 2.0 and 3.0 standards is that 2.0 uses distinct XML element tags to separate attributes into subject, resource, action, or environment categories whereas 3.0 uses XML attributes to associate items with categories. In XACML 3.0 it's easier to define application-specific categories and the attribute processing model is more unified than in XACML 2.0.

XACML 3.0 also introduces Advice and makes Obligations more dynamic through the introduction of variables in the Obligation element.

412 questions
-1
votes
1 answer

How to convert CSV or XML to XACML?

I have a csv file, like this picture then I've changed it to xml like this role:siasn-instansi:profilasn:viewprofil [{"url": "/tampilanData/pns, "label": "Profile Pegawai,…
-1
votes
1 answer

XACML issue with editing policy

I would like to get some help with a ABAC, XACML project i have, where i'm trying to get a request and response back from the server, while talking to it through a PHP script as seen below.
chr0nk
  • 27
  • 7
-1
votes
1 answer

How to write a PIP extension in Java running on the WSO2 Identity Server

Found a reference article about how to write a XACML PIP extension in WSO2 under the link http://blog.facilelogin.com/2011/04/xacml-policy-information-point.html Is the list of prerequisites still valid for WSO2 Identity Server Version 5? The…
Claude Falbriard
  • 925
  • 8
  • 27
-1
votes
1 answer

authorize web-based API requests

I have the following methods: OAuth, SAML, OpenID Connect, XACML, Shibboleth. Do they work to authorize client to web API ? In practice, which one is the best? Does they all support JSON?
algisy123
  • 17
  • 1
  • 8
-1
votes
2 answers

I want to develop GUI to create XACML like WSO2 Identity

Is it possible to develop GUI similar to what WSO2 provides to create XACML. So we can simplify creation of XACMl policies for admin. This way instead of providing username and password of WSO2 server to our admin/users we can provide internal…
Budhh
  • 153
  • 8
-1
votes
1 answer

Xacml in tinyOS

I have to implement an rbac in mica motes. I've read that Xacml helps in implementation of rbac. But I searched tutorials and google and I'm not able to find anything relevant.Can some one please explain how it should be done or any lead to…
-3
votes
1 answer

Good and easy-to-use XACML GUI editor?

I have need to do the authorization for my web service. And I want to design some XACML policies to do the job. But they are a little complicated for me (forgive me that I'm a newbee to security policy). I feel I have the need to have a GUI editor…
hsluoyz
  • 2,739
  • 5
  • 35
  • 59
1 2 3
27
28