Questions tagged [pdp]

XACML's Policy Decision Point

XACML is the eXtensible Access Control Markup Language as defined by OASIS.

XACML defines three parts:

  • an architecture
  • a request/response scheme, and
  • an architecture. The PDP is part of the architecture

In XACML the Policy Decision Point (PDP) is the core engine used to evaluate incoming authorization requests against known policies in order to decide whether a request will result in a Deny or Permit, e.g.:

Is Physician John allowed to access the Medical Record of Patient James at 3 pm?

The PDP will produce a decision e.g.

Permit + obligation "log the decision"

See XACML's tag () for more details.

60 questions
4
votes
2 answers

Need to connect over a specific APN. But dont want to lose connectivity for other applications

The current version of android supports multiple APNs but does not support multiple active PDP contexts. Why had Android choose not to go down this route? And is it planned in future releases of the android platform? The background to my question is…
Shane Murphy
  • 389
  • 3
  • 6
4
votes
0 answers

PDOException -> could not find driver from XAMPP

I am using XAMPP on windows and i am using PDO to connect to my database. However, i am having a could not find driver error on my webpage. I have seen many questions based on this error. But most of the solutions was to enable the PDO_mysql. As…
user859385
  • 607
  • 1
  • 6
  • 23
2
votes
1 answer

Problematic Parallel Distributive Processing using Python Libraries or any language

I've been sitting on this idea of working on a "networked intelligence" to look into some interesting ideas on the nature of intelligence and computers. I've decided to go about doing this by designing small robotic agents that will utilize PDP…
Max
  • 21
  • 1
2
votes
0 answers

Best practices to search xacml policy on PDP side?

I read a lot about ABAC and its benefits, but I can't comprehend is how the involved parties to their work exactly. I am creating a REST API microservices using C++ and I want to secure all API requests using ABAC. I do understand that I need to…
2
votes
1 answer

XACML Authzforce PDP configuration in multiple policy files

I'm running XACML using the Authzforce PDP engine and a configuration pdp.xml file, that looks like:
2
votes
2 answers

Where to double-check attributes of the XACML-request against Attribute-Providers at the PDP?

I'm evaluation PDP engines and at the moment I give AuthzForce Core a try. Evaluating a Request by the PDP runs pretty solid so far: //My request and pdp configuration files File confLocation = new…
OneWorld
  • 17,512
  • 21
  • 86
  • 136
2
votes
1 answer

AuthZForce PDP not behaving as expected

I've extended a policy set to include a new policy, which means I've added targets to the policies to ensure that a request targets the right policy. here is the policy set xacml:
2
votes
2 answers

WSO2 Identity Server Disable Rule (PDP) not Reflecting in Java Client (PEP)

After adding a new policy and disabling an outdated policy at the PDP console, an action that displays correctly at the PDP Policy view, the connected PDP process using a Java client did not reflect the logic added by the new policy, still acting…
Claude Falbriard
  • 925
  • 8
  • 27
2
votes
1 answer

Can we have multiple actions in a single XACML request, if yes how?

Consider I am having following sample xacml request. How can i modify the same to evaluate on multiple decisions on multiple actions.
swapy
  • 290
  • 2
  • 9
2
votes
1 answer

PHP pdo remote connection to Oracle error

I have been trying to connect remotely to oracle using pdo I have enable pdo driver extension=php_pdo_odbc.dll But getting this error "SQLSTATE[HY000]: OCIEnvNlsCreate: Check the character set is valid and that PHP has access to Oracle libraries…
rameez931
  • 21
  • 3
2
votes
0 answers

APN authentication detection method

I am working on a project involving GPRS. In particular I use u-blox Lisa-U200 GPRS/GSM chip. Ran into a problem with the PDP contexts when I started testing it out with different carriers. And after spending days on Google I don't seem to find the…
Dimitar K
  • 794
  • 5
  • 9
1
vote
1 answer

Are there iOS API calls to get access to the UMTS pdp interface on the iPhone?

I want to get some infos about the cellular network the UMTS interface on my iphone is connected to. Does anyone know API calls, that do this job. I remember an app on android os, where it was possible to get such info. I'm doing some Objective-C…
JohnnyFromBF
  • 9,873
  • 10
  • 45
  • 59
1
vote
0 answers

magento 2 resize gallery images in product page

thanks in advance i need to resize the the product gallery images in product page magento 2 $all_images = $block->getGalleryImages()->getItems();
1
vote
0 answers

select default product color in scandipwa

Working on a scandipwa project, it have configurable product have colr and size option.I need to select a default color on page load.current it comes with no default color selected. How to select color on product page reload on scandipwa?
Ajith
  • 55
  • 5
1
vote
1 answer

How to do model agnostics on LSTM neural network in Python?

I used an LSTM neural network (Keras package) on my data set and want to use model agnostic methods to find the effects of the variables on my prediction. The data set is an array with three dimensions. I have multiple ID's that each have their own…
Danique
  • 11
  • 1
1
2 3 4