XACML Contributions Hal Lockhart, Oracle Corp - PowerPoint PPT Presentation

About This Presentation
Title:

XACML Contributions Hal Lockhart, Oracle Corp

Description:

No method to return outputs, e.g. Obligations, missing Attributes ... Attribute Manifest File. File in XML format identifies attributes to be added to Request Context ... – PowerPoint PPT presentation

Number of Views:39
Avg rating:3.0/5.0
Slides: 12
Provided by: hall164
Category:

less

Transcript and Presenter's Notes

Title: XACML Contributions Hal Lockhart, Oracle Corp


1
XACML Contributions Hal Lockhart, Oracle Corp
2
Topics
  • Authorization API
  • Finding Input Attributes

3
Authorization API
  • XACML Specifies
  • Policy language evaluation semantics
  • XML format for policy interchange
  • Abstract format for inputs and outputs, expressed
    in XML
  • Protocol for remote requests using XML input
    output format
  • XACML does not specify
  • API for requesting policy decision

4
Authorization API Benefits
  • Needed for call to local PDP
  • Local PDP required for low latentency calls
  • Inefficient to serialize data to and from XML
  • XML form not required by the standard
  • Also useful to have standard API for remote
    requests
  • Common code to build message

5
API General Characteristics
  • Java initially, C and perhaps others to follow
  • Modeled on XACML Request/Response Contexts
  • Use XACML datatypes in format natural to
    language
  • Mostly to be used by infrastructure components
  • Occasionally application may need to provide data
  • Infrastructure could be Container, Aspects,
    tool-generated code, etc.

6
Why not Java Authorization/JSR 115?
  • Java Authorization (with or w/o JSR 115) based on
    Permissions
  • Passive enforcement by container is a good idea
  • Limitations to use of XACML features
  • No convenient, standard way to provide XACML
    inputs
  • No method to return outputs, e.g. Obligations,
    missing Attributes
  • New Resource type requires definition of new
    permissions class (recompile)

7
Draft API Overview
  • Methods to build (and access) Request Context
  • Methods to process Response Context
  • decide method to invoke PDP
  • Single or bulk decisions
  • whatIsAllowed method to obtain allowed
    alternatives
  • Operates in the context of some scope
  • Creates invokes a series of decisions
  • Returns allowed alternatives within scope
  • Other convenience methods

8
The Input Attributes Problem
  • XACML Policies operate on data provided
  • Only PDP sees/evaluates policies
  • What attributes should be provided?
  • Where can attributes be obtained from?
  • How can the proper instance value be obtained?

9
Attribute Manifest File
  • File in XML format identifies attributes to be
    added to Request Context
  • Name of Attribute, Issuer, datatype, location,
    access method, other attribute to use as key
  • Not all fields may be present
  • Two usecases
  • PDP advertizes required attributes
  • PIPs are configured to add attributes to Request
    Context

10
Multiple PIPs Enhancing Request Context
11
Multiple PIPs Reacting to Missing Attributes
RespCtx Miss Atr
P I P
Application
LDAP
RespCtx Miss Atr
OVD
P I P
PEP
DB
RespCtx Miss Atr
SAML
P I P
PDP
Write a Comment
User Comments (0)
About PowerShow.com