1 Reply Latest reply on Aug 2, 2012 1:38 PM by jorgedso

    Failed to resolve any values for urn:oasis:names:tc:xacml:2.0:subject:role

    jorgedso

      Hello everyone,

       

      I tried to basically start using PicketBox XACML using the XACML RBAC Locator examples on this page (employee role): https://community.jboss.org/wiki/XACMLRBACLocator#Permission_Policy_Sets_PPS

       

      And used the following request example: https://community.jboss.org/wiki/XACMLRBACLocator#Employee_Create_Purchase_Order__Permit

       

      When testing using:

      org.jboss.security.xacml.sunxacml.PDP

       

      The result of the evaluation was Permit, but it returned also the following warning:

      org.jboss.security.xacml.sunxacml.finder.AttributeFinder findAttribute

      INFO: Failed to resolve any values for urn:oasis:names:tc:xacml:2.0:subject:role

       

      Is the problem mine? Did I miss some kind of configuration?

       

      I used the following pom dependency:

       

      <dependency>

          <groupId>org.jboss.security</groupId>

          <artifactId>jboss-xacml</artifactId>

          <version>2.0.3</version>

      </dependency>

       

      Can you help me please?

       

      Thank you!