Multiple-implementation testing for XACML implementations

  • Authors:
  • Nuo Li;JeeHyun Hwang;Tao Xie

  • Affiliations:
  • North Carolina State University, NC and Beihang University, Beijing, China;North Carolina State University, NC;North Carolina State University, NC

  • Venue:
  • TAV-WEB '08 Proceedings of the 2008 workshop on Testing, analysis, and verification of web services and applications
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Many Web applications enhance their security via access-control systems. XACML is a standardized policy language, which has been widely used in access-control systems. In an XACML-based access-control system, policies, requests, and responses are written in XACML. An XACML implementation implements XACML functionalities to validate XACML requests against XACML policies. To ensure the quality of an XACML-based access-control system, we need an effective means to test whether the XACML implementation correctly implements XACML functionalities. The test inputs of an XACML implementation are XACML policies and requests. The test outputs are XACML responses. This paper proposes an approach to detect defects in XACML implementations via observing the behaviors of different XACML implementations for the same test inputs. As XACML has been widely used, we can collect different XACML implementations, and test them with the same XACML polices and requests to observe whether the different implementations produce different responses. Based on the analysis of different responses, we can detect defects in different XACML implementations. We show the feasibility of the proposed approach with a preliminary study on three XACML implementations.