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
0
votes
0 answers

Enable plain HTTP (without SSL) access to WSO2IS entitlement service (PDP)

I want to speed up access to wso2is PDP with changing from https to http. All interactions occurs inside of seured network, so there is no security limitations. I can't setup wso2is so, that PDP endpoint do not to redirect all requests from http to…
0
votes
1 answer

Wso2 bulk PDP query

Is there some option in wso2 PDP for making a single request for a sum of resources? I think that having something like that can really improve the performance instead of asking the PDP every time. It would be great if I could make a single request…
nickGR
  • 110
  • 4
  • 11
0
votes
1 answer

Wso2 PDP authentication method

I want to use Wso2 as Policy Decision Point but i dont really like that it uses Basic Auth. Is it possible to change the authentication method for the XACML requests ? Can i use SSO for example?
nickGR
  • 110
  • 4
  • 11
0
votes
1 answer

AuthzForce failed update policies

I'm assigning permission (only access to /resource1) to a role. However Keyrock give me a error 'Failed to update policies in Access Control GE'. So, even when I request the resource2 (not resource1) with an access token that has the permission that…
weepi
  • 35
  • 6
0
votes
1 answer

Can I change the 'app_azf_domain' in access token provided by Horizon?

I'm Testing FIWARE security GEris. But I have a problem when I use PDP (AuthzForce) with PEP Proxy (Wilma). Now, Wilma and AuthzForce are working well in separately. However, when I request resource to Wilma with an access token, Wilma retrieve the…
weepi
  • 35
  • 6
0
votes
1 answer

How would I combine two reject functions with PHP/ Laravel?

How would I refactor the code below so that there is only one reject function not two and have only one call to the db instead of three. I am also trying to not have any duplicates. $latestListings = $repo->whereExclusive(['property_status' =>…
Crystal
  • 1,425
  • 1
  • 22
  • 34
0
votes
2 answers

“AZF domain not created for application” AuthZforce

I have an application that uses the KeyRock, PEP, PDP(AuthZForce). The security level 1 (authentication) with Keyrock and PEP are working, but when we try to use AuthZForce to check the authorization, I get the error message: AZF domain not created…
0
votes
1 answer

WSO2 Identity Server XACML PAP and Obligations

When adding a set of obligations into an existing XACML Policy using the WSO2 XML Web Editor as described in the instructions for OASIS XACML Version 3 syntax, the WSO2 editor throws the following error: Entitlement policy is not updated. Error is…
Claude Falbriard
  • 925
  • 8
  • 27
0
votes
0 answers

Obligation not executed XACML Balana

I'm trying to run this simple PDP : I enter an XML as argument and print the response. The response is correct but i see no interpretation/execution of the obligation part. What am i doin wrong ? Main : package run; import…
Neil
  • 332
  • 2
  • 15
0
votes
2 answers

Balana Request matching Error with new AttributeDesignator

I have two Policies stores. One is Simple Policy Store (SPS) and other is Administrative Policy Store (APS). Simple access request against access policies is working properly.. However, when I evaluate administrative request against following policy…
Amir Ali
  • 225
  • 1
  • 9
0
votes
1 answer

OFDM transceiver with rayleigh channel using Standard PDP in matlab

I have built an OFDM transceiver with rayleigh channel using standard PDP's Like EPA,EVA and ETU.The problem is I am getting very high BER even for BPSK i.e 50-60 % or higher bits in error.Scatterplotting confirms it.My OFDM transceiver blocks…
0
votes
1 answer

XACML Policy Evaluation Error

I followed the link to run pdp using SAML envelope on XACML. Then I created webservice ( pdp and pdpclient - in other words XACML Request Generator ). Here every thing run fine i.e. generate request and get result perfect with the given (test…
Junaid
  • 2,572
  • 6
  • 41
  • 77
0
votes
0 answers

How and when did 8 bits win over 6 bits?

Many older computers (such as the UNIVAC 2200 and PDP-15) had words that were multiples of 6 bits (18 and 36 bits being most common). Octal was used a lot for these systems (an octal digit is three bits, so it fits nicely). Modern systems have words…
fadedbee
  • 42,671
  • 44
  • 178
  • 308
0
votes
2 answers

Converting PDB file to ANSYS

I'm new in Python. I'm modelling Zirconia nanotubes. Have generated the structure in PDB and want to export the file to ANSYS. The codes below was written for Python: node_value = 0 file = open('C:\\xyz\\test.pdb', 'r') igot = file.readlines() …
0
votes
1 answer

WSO2 Identity Server PAP and PDP separation

I am trying to figure how do I deploy/config WSO2 IS PAP and PDP separately so that the servers have specific role. WSO2 comes up with one full package. Once I separate I would like to know how do I publish policies from PAP to PDP. Thanks Raj
1 2 3
4